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

10 lines
137 B
Makefile
Raw Normal View History

2023-06-08 09:51:28 +02:00
MODULE = sdmmc
SRC = sdmmc.c
ifneq (,$(filter sdmmc_sdhc,$(USEMODULE)))
SRC += sdmmc_sdhc.c
endif
2023-06-08 09:51:28 +02:00
include $(RIOTBASE)/Makefile.base