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

21 lines
420 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
2022-02-14 14:31:31 +01:00
# default to using FAT on the SD card
ifneq (,$(filter vfs_default,$(USEMODULE)))
USEMODULE += fatfs_vfs
USEMODULE += mtd
endif