mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
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:
parent
73b2a0dfde
commit
0c0f1ab7ca
@ -18,7 +18,11 @@ TARGETS_WITH_ROM_VARS := nvm-read nvm-write romimg flasher \
|
|||||||
rftest-rx rftest-tx \
|
rftest-rx rftest-tx \
|
||||||
per
|
per
|
||||||
|
|
||||||
include $(MC1322X)/Makefile.include
|
submodule:
|
||||||
|
git submodule update --init
|
||||||
|
$(MAKE)
|
||||||
|
|
||||||
|
-include $(MC1322X)/Makefile.include
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user