1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mtd/Makefile.dep
2023-08-08 09:09:12 +02:00

24 lines
461 B
Makefile

ifneq (,$(filter mtd_at24cxxx,$(USEMODULE)))
USEMODULE += at24cxxx
endif
ifneq (,$(filter mtd_at25xxx,$(USEMODULE)))
USEMODULE += at25xxx
endif
ifneq (,$(filter mtd_sdcard_default,$(USEMODULE)))
USEMODULE += mtd_sdcard
endif
ifneq (,$(filter mtd_sdcard,$(USEMODULE)))
USEMODULE += sdcard_spi
endif
ifneq (,$(filter mtd_sdmmc_default,$(USEMODULE)))
USEMODULE += mtd_sdmmc
endif
ifneq (,$(filter mtd_sdmmc,$(USEMODULE)))
USEMODULE += sdmmc
endif