summaryrefslogtreecommitdiff
path: root/drivers/mmc/card/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-05-19 16:40:30 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-19 16:40:30 -0700
commit8033c6e9736c29cce5f0d0abbca9a44dffb20c39 (patch)
tree7691061eecc2884c617f56ab69af1e0592268d61 /drivers/mmc/card/Makefile
parent2d3cf588e9bf6df0a22581baece7edeacfbbc9f5 (diff)
parente5c0ef90e6cfd40c819bd70748d675067ff862e7 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmctip-x86-numa-fixes-2008-05-26_08_53_Mon
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc: at91_mci: minor cleanup mmc: mmc host test driver mmc: Fix omap compile by replacing dev_name with dma_dev_name
Diffstat (limited to 'drivers/mmc/card/Makefile')
-rw-r--r--drivers/mmc/card/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/card/Makefile b/drivers/mmc/card/Makefile
index fc5a784cfa1a..0d407514f67d 100644
--- a/drivers/mmc/card/Makefile
+++ b/drivers/mmc/card/Makefile
@@ -8,6 +8,7 @@ endif
obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
mmc_block-objs := block.o queue.o
+obj-$(CONFIG_MMC_TEST) += mmc_test.o
obj-$(CONFIG_SDIO_UART) += sdio_uart.o