Makefile 194 B

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