Makefile.include: include serial.inc.mk before emulator
This commit is contained in:
parent
08108f85b4
commit
c293400154
@ -397,6 +397,10 @@ include $(BOARDDIR)/Makefile.include
|
|||||||
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
INCLUDES += -I$(RIOTCPU)/$(CPU)/include
|
||||||
include $(RIOTCPU)/$(CPU)/Makefile.include
|
include $(RIOTCPU)/$(CPU)/Makefile.include
|
||||||
|
|
||||||
|
# Include common serial logic to define TERMPROG, TERMFLAGS variables based on
|
||||||
|
# the content of RIOT_TERMINAL
|
||||||
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||||
|
|
||||||
# Include emulator code when required and if available
|
# Include emulator code when required and if available
|
||||||
ifeq (1,$(EMULATE))
|
ifeq (1,$(EMULATE))
|
||||||
# Use renode as default emulator
|
# Use renode as default emulator
|
||||||
@ -406,10 +410,6 @@ ifeq (1,$(EMULATE))
|
|||||||
DEBUGDEPS += $(EMULATORDEPS)
|
DEBUGDEPS += $(EMULATORDEPS)
|
||||||
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