RIOT/drivers/mtd/Makefile.dep
2020-07-20 14:32:16 +02:00

12 lines
225 B
Makefile

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