add the submodule init. We don't need it, but people are suppose to

use this Makefile as a template for there own projects.
This commit is contained in:
Mariano Alvira 2010-03-11 16:31:47 -05:00
parent 73b2a0dfde
commit 0c0f1ab7ca
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,11 @@ TARGETS_WITH_ROM_VARS := nvm-read nvm-write romimg flasher \
rftest-rx rftest-tx \
per
include $(MC1322X)/Makefile.include
submodule:
git submodule update --init
$(MAKE)
-include $(MC1322X)/Makefile.include