Added support for x86 target

This commit is contained in:
Moritz Kaspar Rudert (mortzu) 2015-08-08 15:28:38 +02:00
parent 113ba2b34c
commit fc69c784eb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ fi
cd "$GLUON_DIR"
make update ${debug:+V=s}
for target in ar71xx-generic ar71xx-nand mpc85xx-generic; do
for target in ar71xx-generic ar71xx-nand mpc85xx-generic x86-generic; do
make clean GLUON_TARGET="$target" ${debug:+V=s}
make -j${proc_num} GLUON_TARGET="$target" ${debug:+V=s}
done