aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-06-30 16:29:41 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 21:01:33 +0200
commitd1496c39e500857b8949cdb91af24e0eb8aae4d0 (patch)
tree020ef1ee2fefc2000e07d47ff4d7bf3d0a0ebf5e /drivers/mmc/core/Makefile
parent2342f3323c9a76367a1d7f9a35525ee3cb3911df (diff)
sdio: core support for SDIO function interrupt
Signed-off-by: Nicolas Pitre <npitre@mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/Makefile')
-rw-r--r--drivers/mmc/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/Makefile b/drivers/mmc/core/Makefile
index 05d69fc72c1..4985807257a 100644
--- a/drivers/mmc/core/Makefile
+++ b/drivers/mmc/core/Makefile
@@ -10,5 +10,5 @@ obj-$(CONFIG_MMC) += mmc_core.o
mmc_core-y := core.o sysfs.o bus.o host.o \
mmc.o mmc_ops.o sd.o sd_ops.o \
sdio.o sdio_ops.o sdio_bus.o \
- sdio_cis.o sdio_io.o
+ sdio_cis.o sdio_io.o sdio_irq.o