Files
sdk-hwV1.3/lichee/linux-4.9/drivers/mmc/Makefile
2024-05-07 18:09:20 +08:00

10 lines
182 B
Makefile

#
# Makefile for the kernel mmc device drivers.
#
subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
obj-$(CONFIG_MMC) += core/
obj-$(CONFIG_MMC) += card/
obj-$(CONFIG_MMC) += host/