diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:39 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:27:40 -0400 |
commit | 9e4ed5c394e64a40adc55797e885dae571e32800 (patch) | |
tree | ff7fcd8622b66cd0b4b0086c7522ac29e540a284 /arch/arm/mach-s5pc100/Makefile | |
parent | 504d36e91ac12ccdb0e1193cee7bef9831a1c99e (diff) |
ARM: S5PC100: Add audio platform devices
Define platform devices for all audio devices found on S5PC100
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/Makefile b/arch/arm/mach-s5pc100/Makefile index 373bc546eae8..e02d8fd81918 100644 --- a/arch/arm/mach-s5pc100/Makefile +++ b/arch/arm/mach-s5pc100/Makefile | |||
@@ -22,3 +22,6 @@ obj-$(CONFIG_S5PC100_SETUP_SDHCI) += setup-sdhci.o | |||
22 | 22 | ||
23 | # machine support | 23 | # machine support |
24 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o | 24 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o |
25 | |||
26 | # device support | ||
27 | obj-y += dev-audio.o | ||