diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 8ebf51c52a0..99827813d29 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile | |||
@@ -12,9 +12,14 @@ obj- := | |||
12 | 12 | ||
13 | # Core support for S5PV210 system | 13 | # Core support for S5PV210 system |
14 | 14 | ||
15 | obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o | 15 | obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o gpiolib.o |
16 | obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o | ||
16 | 17 | ||
17 | # machine support | 18 | # machine support |
18 | 19 | ||
19 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o | 20 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o |
20 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o | 21 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o |
22 | |||
23 | # device support | ||
24 | |||
25 | obj-y += dev-audio.o | ||