make sure any submodules are updated
This commit is contained in:
parent
07e6b65182
commit
7408b71868
|
@ -129,6 +129,7 @@ distclean: clean
|
||||||
.PHONY: clean clobber mrproper distclean
|
.PHONY: clean clobber mrproper distclean
|
||||||
|
|
||||||
all: $(OBJDIR)/board.h
|
all: $(OBJDIR)/board.h
|
||||||
|
git submodule update
|
||||||
for target in $(TARGETS); do make $$target\_$(BOARD).bin; done
|
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
|
for target in $(TARGETS_WITH_ROM_VARS); do make TARGET_ROM_VARS=1 $$target\_$(BOARD).bin; done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue