mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.include: add optional TERMDEPS to make term
This commit is contained in:
parent
a3907c99d5
commit
3098a277ed
@ -370,7 +370,7 @@ flash: all $(FLASHDEPS)
|
||||
preflash: all
|
||||
$(PREFLASHER) $(PREFFLAGS)
|
||||
|
||||
term: $(filter flash, $(MAKECMDGOALS))
|
||||
term: $(filter flash, $(MAKECMDGOALS)) $(TERMDEPS)
|
||||
@command -v $(TERMPROG) >/dev/null 2>&1 || \
|
||||
{ $(COLOR_ECHO) \
|
||||
'${COLOR_RED}Terminal program $(TERMPROG) not found. Aborting.${COLOR_RESET}'; \
|
||||
|
Loading…
Reference in New Issue
Block a user