mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
57d5a1db1c
For the moment, hamilton, ruuvitag and thingy52 use stdio_rtt by default.
12 lines
377 B
Makefile
12 lines
377 B
Makefile
# HACK: replicate dependency resolution in Makefile.dep, only works
|
|
# if `USEMODULE` or `DEFAULT_MODULE` is set by the command line or in the
|
|
# application Makefile.
|
|
ifeq (,$(filter stdio_%,$(DISABLE_MODULE) $(USEMODULE)))
|
|
RIOT_TERMINAL ?= jlink
|
|
endif
|
|
|
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
|
|
|
# use shared Makefile.include
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.include
|