From 7408b71868b031f5621495f7adbff2056063db09 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Tue, 16 Mar 2010 10:47:01 -0400 Subject: [PATCH] make sure any submodules are updated --- Makefile.include | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.include b/Makefile.include index 7ae85e8ca..2f3f7eefa 100644 --- a/Makefile.include +++ b/Makefile.include @@ -129,6 +129,7 @@ distclean: clean .PHONY: clean clobber mrproper distclean all: $(OBJDIR)/board.h + git submodule update for target in $(TARGETS); do make $$target\_$(BOARD).bin; done for target in $(TARGETS_WITH_ROM_VARS); do make TARGET_ROM_VARS=1 $$target\_$(BOARD).bin; done