Kernel - Fixed PCI bus enumeration bug, switched x86 serial debug to 115200baud
[tpg/acess2.git] / CleanAllArch
1 #!/bin/sh
2 for a in i386 x86_64 armv7 host; do echo $a; ARCH=$a make clean; done

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