diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 11:02:50 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-18 14:09:50 +0400 |
commit | 070c808546f69bc37db14db96e043a3b8894e0e2 (patch) | |
tree | b42e2e5ed97caaad0e9da4d89c2b44f93366439f /arch/arm/mach-s5p6442/Makefile | |
parent | 95fa6e6cd34d33915504d207a832920d98e4e932 (diff) | |
download | linux-070c808546f69bc37db14db96e043a3b8894e0e2.tar.xz |
ARM: S5P6442: Add audio platform devices
Define platform devices for all audio devices found on S5P6442
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5p6442/Makefile')
-rw-r--r-- | arch/arm/mach-s5p6442/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/Makefile b/arch/arm/mach-s5p6442/Makefile index dde39a6ce6bc..a43d5da5c583 100644 --- a/arch/arm/mach-s5p6442/Makefile +++ b/arch/arm/mach-s5p6442/Makefile @@ -17,3 +17,6 @@ obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o # machine support obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o + +# device support +obj-y += dev-audio.o |