From 0c0f1ab7cac1a53fedaee544a40ba62368cb48ce Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Thu, 11 Mar 2010 16:31:47 -0500 Subject: [PATCH] add the submodule init. We don't need it, but people are suppose to use this Makefile as a template for there own projects. --- tests/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 3c7c8cd5b..f544da56a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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