mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|