diff options
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 | ||