diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:43:34 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:31:09 -0400 |
commit | 7c3943f6d3625a2823262842e18387c4079a3f84 (patch) | |
tree | c33b563b002803170d387f062701cdcb5e07f460 /arch/arm/mach-s5pc100/Makefile | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) |
ARM: S5PC100: Define SPI platform devices
Define SPI platform devices for the SoC.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/Makefile')
-rw-r--r-- | arch/arm/mach-s5pc100/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile index 373bc546eae8..65a2911b4c7d 100644 --- a/arch/arm/mach-s5pc100/Makefile +++ b/arch/arm/mach-s5pc100/Makefile | |||
@@ -20,5 +20,9 @@ obj-$(CONFIG_S5PC100_SETUP_FB_24BPP) += setup-fb-24bpp.o | |||
20 | obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o | 20 | obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o |
21 | obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o | 21 | obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o |
22 | 22 | ||
23 | # device support | ||
24 | obj-y += dev-audio.o | ||
25 | obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o | ||
26 | |||
23 | # machine support | 27 | # machine support |
24 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o | 28 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o |