1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
2022-01-09 16:43:35 +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 += ft6x06
endif
# TODO: remove the stdin dependency
USEMODULE += stdin