mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-12 10:30:09 +00:00
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…
x
Reference in New Issue
Block a user