Makefile 166 B

123456789
  1. #
  2. # Makefile for the kernel mmc device drivers.
  3. #
  4. subdir-ccflags-$(CONFIG_MMC_DEBUG) := -DDEBUG
  5. obj-$(CONFIG_MMC) += core/
  6. obj-$(subst m,y,$(CONFIG_MMC)) += host/