1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00
2022-01-21 14:13:49 +01:00

13 lines
235 B
Makefile

USEMODULE += periph_uart_hw_fc
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
endif
ifneq (,$(filter touch_dev,$(USEMODULE)))
USEMODULE += ft5x06
endif
# TODO: remove the stdin dependency
USEMODULE += stdin