Kernel - General fixing after ARM7 changes
[tpg/acess2.git] / CleanAllArch
index 5ccf811..1e8c18b 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 arm7 host; do echo $a; ARCH=$a make clean; done

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