mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
329 B
Makefile
12 lines
329 B
Makefile
# Provide stdio over USB by default
|
|
# This is a temporary solution until management of stdio is correctly
|
|
# handled by the build system
|
|
DEFAULT_MODULE += stdio_cdc_acm
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
# include common nrf52 dependencies
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|