mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
10 lines
269 B
Makefile
10 lines
269 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_adc
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
# TODO uncomment after #12277 (add support for kw41zrf) is merged
|
|
# ifneq (,$(filter netdev_default gnrc_netdev_default,$(USEMODULE)))
|
|
# USEMODULE += kw41zrf
|
|
# endif
|