summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pc100/Makefile
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-05-18 07:43:34 (GMT)
committerBen Dooks <ben-linux@fluff.org>2010-05-20 10:31:09 (GMT)
commit7c3943f6d3625a2823262842e18387c4079a3f84 (patch)
treec33b563b002803170d387f062701cdcb5e07f460 /arch/arm/mach-s5pc100/Makefile
parent504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff)
downloadlinux-fsl-qoriq-7c3943f6d3625a2823262842e18387c4079a3f84.tar.xz
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/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile
index 373bc54..65a2911 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
obj-$(CONFIG_S5PC100_SETUP_I2C1) += setup-i2c1.o
obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o
+# device support
+obj-y += dev-audio.o
+obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o
+
# machine support
obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o