summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/Makefile
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2007-05-19 14:06:24 +0200
committerPierre Ossman <drzeus@drzeus.cx>2007-07-09 21:28:01 +0200
commitb93931a61a119575f84c33af2438b9384fde9eb7 (patch)
treef424d886c1ef255bfa3d3ca60ae245491e7f9432 /drivers/mmc/core/Makefile
parent4101c16a910b15afd190c6bc7d45864461cf5c25 (diff)
downloadlinux-3.10-b93931a61a119575f84c33af2438b9384fde9eb7.tar.gz
linux-3.10-b93931a61a119575f84c33af2438b9384fde9eb7.tar.bz2
linux-3.10-b93931a61a119575f84c33af2438b9384fde9eb7.zip
mmc: refactor host class handling
Move basic host class device handling to its own file for clarity. 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 54261e3724c..3fdd08c7f14 100644
--- a/drivers/mmc/core/Makefile
+++ b/drivers/mmc/core/Makefile
@@ -7,6 +7,6 @@ ifeq ($(CONFIG_MMC_DEBUG),y)
endif
obj-$(CONFIG_MMC) += mmc_core.o
-mmc_core-y := core.o sysfs.o bus.o \
+mmc_core-y := core.o sysfs.o bus.o host.o \
mmc.o mmc_ops.o sd.o sd_ops.o