add global makefile

This commit is contained in:
zhengjiewen 2013-02-25 15:39:52 +08:00
parent 58f4890940
commit d2f2aa24d2

8
Makefile Executable file
View File

@ -0,0 +1,8 @@
all:
make -f make_nand -C boot1/core -j8
make -f make_sdmmc -C boot1/core -j8
make -C boot1/apps/Boot_Android -j8
make -C boot1/apps/Boot_Burn -j8
make -C boot1/apps/Card_Android -j8
make -C boot1/driver/drv_de -j8