1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/remote/Makefile.dep

9 lines
179 B
Makefile
Raw Normal View History

ifneq (,$(filter netdev_default,$(USEMODULE)))
2017-09-06 16:09:38 +02:00
USEMODULE += cc2538_rf
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += saul_gpio
USEMODULE += saul_adc
endif