diff options
author | Ben Dooks | 2008-10-31 16:14:39 +0000 |
---|---|---|
committer | Ben Dooks | 2008-12-15 23:40:07 +0000 |
commit | a2205cd2cbfb8fb217e6036f08773a09d1b6d75e (patch) | |
tree | 43d4157a5ab1c979fa40e131510aff0c4c86cbb8 /arch/arm/plat-s3c/Makefile | |
parent | 5cc7fd88fc96072c333184ff359c818665ce2506 (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index 68a3451a2d9d..3f6544a95fe8 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 |