mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 22:32:23 +00:00
don't bail on make if you can't do a submodule update.
This commit is contained in:
parent
ebb3f8685b
commit
0b507bb8be
@ -129,7 +129,7 @@ distclean: clean
|
||||
.PHONY: clean clobber mrproper distclean
|
||||
|
||||
all: $(OBJDIR)/board.h
|
||||
git submodule update
|
||||
-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user