[PATCH] mmc (mainly): add "or later" clause to licence statement.
[deliverable/linux.git] / drivers / mmc / Makefile
index d2957e35cc6f2d40c6a9031c98a2a88aad3ba0ef..b1f6e03e7aa9cd216a6a12ccc9518956f0cb2fbb 100644 (file)
@@ -24,7 +24,8 @@ obj-$(CONFIG_MMC_AU1X)                += au1xmmc.o
 obj-$(CONFIG_MMC_OMAP)         += omap.o
 obj-$(CONFIG_MMC_AT91RM9200)   += at91_mci.o
 
-mmc_core-y := mmc.o mmc_queue.o mmc_sysfs.o
+mmc_core-y := mmc.o mmc_sysfs.o
+mmc_core-$(CONFIG_BLOCK) += mmc_queue.o
 
 ifeq ($(CONFIG_MMC_DEBUG),y)
 EXTRA_CFLAGS += -DDEBUG
This page took 0.029306 seconds and 5 git commands to generate.