1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards/msba2/Makefile.dep

15 lines
287 B
Makefile
Raw Normal View History

ifneq (,$(filter netdev_default,$(USEMODULE)))
USEMODULE += cc1100
2021-09-16 18:47:44 +02:00
USEMODULE += cc110x_868mhz
endif
ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += ltc4150
USEMODULE += sht11
endif
2020-09-04 00:46:40 +02:00
# default to mtd_mci
2020-09-04 00:46:40 +02:00
ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += mtd_mci
2020-09-04 00:46:40 +02:00
endif