Fixed a change in make for number of cores used. Should be ready for a pull request.

This commit is contained in:
Willam Christensen 2014-07-21 23:49:01 -06:00
parent 21ca36a80d
commit da4d855cf4

View file

@ -56,7 +56,7 @@ build() {
mkdir ../bin_${i}
make distclean
make ${i}_config
make -j5
make
mv u-boot-sunxi-with-spl.bin ../bin_${i}
done
}