Added support for x86 target

This commit is contained in:
mortzu 2015-08-08 15:28:38 +02:00
parent fe40afcbd2
commit ae3a21fdf7
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ fi
cd "$GLUON_DIR" cd "$GLUON_DIR"
make update ${debug:+V=s} 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 clean GLUON_TARGET="$target" ${debug:+V=s}
make -j${proc_num} GLUON_TARGET="$target" ${debug:+V=s} make -j${proc_num} GLUON_TARGET="$target" ${debug:+V=s}
done done