summaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-31 16:14:39 (GMT)
committerBen Dooks <ben-linux@fluff.org>2008-12-15 23:40:07 (GMT)
commita2205cd2cbfb8fb217e6036f08773a09d1b6d75e (patch)
tree43d4157a5ab1c979fa40e131510aff0c4c86cbb8 /arch/arm/plat-s3c/Makefile
parent5cc7fd88fc96072c333184ff359c818665ce2506 (diff)
downloadlinux-fsl-qoriq-a2205cd2cbfb8fb217e6036f08773a09d1b6d75e.tar.xz
[ARM] S3C: Add SDHCI (HSMMC) channel 1 device definition
Add device definition and support code for the Samsung HSMMC channel 1 device. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r--arch/arm/plat-s3c/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile
index 68a3451..3f6544a 100644
--- a/arch/arm/plat-s3c/Makefile
+++ b/arch/arm/plat-s3c/Makefile
@@ -21,3 +21,4 @@ obj-y += gpio-config.o
# devices
obj-$(CONFIG_S3C_DEV_HSMMC) += dev-hsmmc.o
+obj-$(CONFIG_S3C_DEV_HSMMC1) += dev-hsmmc1.o