diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-31 12:14:38 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 18:39:34 -0500 |
commit | 5cc7fd88fc96072c333184ff359c818665ce2506 (patch) | |
tree | 5a91059f40729d6581bc477c0ef4421b681f42b7 /arch/arm/mach-s3c6410/Makefile | |
parent | ea522c7a54a1422b3ce8a1b9888f2108541ba047 (diff) |
[ARM] S3C6410: Add helper for setting SDHCI device information
Add the necessary helper functions for setting up the SDHCI
device information.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6410/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile index 4a20a009990a..2cd4f189036b 100644 --- a/arch/arm/mach-s3c6410/Makefile +++ b/arch/arm/mach-s3c6410/Makefile | |||
@@ -14,6 +14,10 @@ obj- := | |||
14 | 14 | ||
15 | obj-$(CONFIG_CPU_S3C6410) += cpu.o | 15 | obj-$(CONFIG_CPU_S3C6410) += cpu.o |
16 | 16 | ||
17 | # Helper and device support | ||
18 | |||
19 | obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o | ||
20 | |||
17 | # machine support | 21 | # machine support |
18 | 22 | ||
19 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o | 23 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |