1
0
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:
Francisco Molina 2019-09-26 10:02:45 +02:00
parent e942f86837
commit ab12e292af

View File

@ -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)