9/mkfile: update ARCH
This commit is contained in:
parent
ba2c2fcab7
commit
c07f5d32af
1 changed files with 10 additions and 1 deletions
|
@ -1,10 +1,19 @@
|
||||||
ARCH=\
|
ARCH=\
|
||||||
alphapc\
|
alphapc\
|
||||||
|
bcm\
|
||||||
bitsy\
|
bitsy\
|
||||||
|
kw\
|
||||||
mtx\
|
mtx\
|
||||||
|
omap\
|
||||||
|
omap4\
|
||||||
pc\
|
pc\
|
||||||
|
pc64\
|
||||||
ppc\
|
ppc\
|
||||||
|
sgi\
|
||||||
|
teg2\
|
||||||
|
xen\
|
||||||
|
zynq\
|
||||||
|
|
||||||
all:V:
|
all:V:
|
||||||
for(i in $ARCH)@{
|
for(i in $ARCH)@{
|
||||||
cd $i
|
cd $i
|
||||||
|
|
Loading…
Reference in a new issue