Added support for x86 target

This commit is contained in:
mortzu 2015-08-08 15:28:38 +02:00
parent aeb1b52d4e
commit 075a62b8d6
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