diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2006-12-23 14:03:02 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-01 07:04:16 -0400 |
commit | 98ac2162699f7e9880683cb954891817f20b607c (patch) | |
tree | 27452d428e16edfe6d13d71f297adf5376d07bde /drivers/mmc/Makefile | |
parent | 29041dbe199b0dff392bf1b9d634357da0b3208f (diff) |
mmc: Move queue functions to mmc_block
The mmc block queue functions are tailored for the mmc_block
driver, so move those functions into that module.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/Makefile')
-rw-r--r-- | drivers/mmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Makefile b/drivers/mmc/Makefile index 83ffb9326a54..9ef010a51608 100644 --- a/drivers/mmc/Makefile +++ b/drivers/mmc/Makefile | |||
@@ -11,6 +11,7 @@ obj-$(CONFIG_MMC) += mmc_core.o | |||
11 | # Media drivers | 11 | # Media drivers |
12 | # | 12 | # |
13 | obj-$(CONFIG_MMC_BLOCK) += mmc_block.o | 13 | obj-$(CONFIG_MMC_BLOCK) += mmc_block.o |
14 | mmc_block-objs := block.o queue.o | ||
14 | 15 | ||
15 | # | 16 | # |
16 | # Host drivers | 17 | # Host drivers |
@@ -26,7 +27,6 @@ obj-$(CONFIG_MMC_AT91) += at91_mci.o | |||
26 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o | 27 | obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o |
27 | 28 | ||
28 | mmc_core-y := mmc.o mmc_sysfs.o | 29 | mmc_core-y := mmc.o mmc_sysfs.o |
29 | mmc_core-$(CONFIG_BLOCK) += mmc_queue.o | ||
30 | 30 | ||
31 | ifeq ($(CONFIG_MMC_DEBUG),y) | 31 | ifeq ($(CONFIG_MMC_DEBUG),y) |
32 | EXTRA_CFLAGS += -DDEBUG | 32 | EXTRA_CFLAGS += -DDEBUG |