mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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)
|
||||
|
||||
term: $(filter flash, $(MAKECMDGOALS)) $(TERMDEPS)
|
||||
term: $(filter flash flash-only, $(MAKECMDGOALS)) $(TERMDEPS)
|
||||
$(call check_cmd,$(TERMPROG),Terminal program)
|
||||
$(TERMPROG) $(TERMFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user