Kernel/debug - Clean up Debug() method, bind to #define config
[tpg/acess2.git] / CleanAllArch
index 5ccf811..56901a9 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-for a in i386 i486 i586 x86_64 arm host; do echo $a; ARCH=$a make clean; done
+for a in i386 x86_64 armv7 host; do echo $a; ARCH=$a make clean; done

UCC git Repository :: git.ucc.asn.au