Makefile.include: add flash-only as pre-requisite of term
This commit is contained in:
parent
e942f86837
commit
ab12e292af
@ -616,7 +616,7 @@ preflash: $(BUILD_BEFORE_FLASH)
|
|||||||
|
|
||||||
termdeps: $(TERMDEPS)
|
termdeps: $(TERMDEPS)
|
||||||
|
|
||||||
term: $(filter flash, $(MAKECMDGOALS)) $(TERMDEPS)
|
term: $(filter flash flash-only, $(MAKECMDGOALS)) $(TERMDEPS)
|
||||||
$(call check_cmd,$(TERMPROG),Terminal program)
|
$(call check_cmd,$(TERMPROG),Terminal program)
|
||||||
$(TERMPROG) $(TERMFLAGS)
|
$(TERMPROG) $(TERMFLAGS)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user