diff options
Diffstat (limited to 'arch/arm/mach-s5p6442/Makefile')
-rw-r--r-- | arch/arm/mach-s5p6442/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p6442/Makefile b/arch/arm/mach-s5p6442/Makefile index dde39a6ce6bc..e30a7f76aee6 100644 --- a/arch/arm/mach-s5p6442/Makefile +++ b/arch/arm/mach-s5p6442/Makefile | |||
@@ -12,8 +12,12 @@ obj- := | |||
12 | 12 | ||
13 | # Core support for S5P6442 system | 13 | # Core support for S5P6442 system |
14 | 14 | ||
15 | obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o | 15 | obj-$(CONFIG_CPU_S5P6442) += cpu.o init.o clock.o dma.o |
16 | obj-$(CONFIG_CPU_S5P6442) += setup-i2c0.o | ||
16 | 17 | ||
17 | # machine support | 18 | # machine support |
18 | 19 | ||
19 | obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o | 20 | obj-$(CONFIG_MACH_SMDK6442) += mach-smdk6442.o |
21 | |||
22 | # device support | ||
23 | obj-y += dev-audio.o | ||