diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 8ebf51c52a01..e435afe7cffe 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile | |||
@@ -18,3 +18,7 @@ obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o | |||
18 | 18 | ||
19 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o | 19 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o |
20 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o | 20 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o |
21 | |||
22 | # device support | ||
23 | |||
24 | obj-y += dev-audio.o | ||