mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
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 $(RIOTMAKE)/tools/$(PROGRAMMER).inc.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user