Makefile 198 B

123456789101112
  1. #
  2. # Makefile for the kernel mmc device drivers.
  3. #
  4. ifeq ($(CONFIG_MMC_DEBUG),y)
  5. EXTRA_CFLAGS += -DDEBUG
  6. endif
  7. obj-$(CONFIG_MMC) += core/
  8. obj-$(CONFIG_MMC) += card/
  9. obj-$(CONFIG_MMC) += host/