Makefile 183 B

1234567891011
  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-$(CONFIG_MMC) += host/