Makefile.include: include serial.inc.mk in one place
This commit is contained in:
parent
9f3eebd9b9
commit
d709ec78f6
@ -404,6 +404,10 @@ ifneq (,$(filter emulate%,$(MAKECMDGOALS)))
|
|||||||
-include $(RIOTMAKE)/tools/$(RIOT_EMULATOR).inc.mk
|
-include $(RIOTMAKE)/tools/$(RIOT_EMULATOR).inc.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Include common serial logic to define TERMPROG, TERMFLAGS variables based on
|
||||||
|
# the content of RIOT_TERMINAL
|
||||||
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||||
|
|
||||||
# Include common programmer logic if available
|
# Include common programmer logic if available
|
||||||
-include $(RIOTMAKE)/tools/$(PROGRAMMER).inc.mk
|
-include $(RIOTMAKE)/tools/$(PROGRAMMER).inc.mk
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user