aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/Makefile
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-05-27 12:57:15 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 19:57:03 +0200
commit46f555f2731a14545a09ec06d27bd18e8e07069f (patch)
tree49b7050322d21b39a81bd383f4b697fb6268d454 /drivers/mmc/core/Makefile
parentf76c85154d320497bf1a939a98d6c432edcbd4a9 (diff)
mmc: add basic SDIO I/O operations
Add command wrappers that simplify register access from SDIO function drivers. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/Makefile')
-rw-r--r--drivers/mmc/core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/core/Makefile b/drivers/mmc/core/Makefile
index 71ab3d1e1eb..bf7a0024803 100644
--- a/drivers/mmc/core/Makefile
+++ b/drivers/mmc/core/Makefile
@@ -9,5 +9,6 @@ endif
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.o sdio_ops.o sdio_bus.o \
+ sdio_io.o