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 6e3f57c39c97..26f6f30cc7e2 100644 --- a/arch/arm/mach-s5pc100/Makefile +++ b/arch/arm/mach-s5pc100/Makefile | |||
@@ -24,3 +24,6 @@ obj-$(CONFIG_S5PC100_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o | |||
24 | # machine support | 24 | # machine support |
25 | 25 | ||
26 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o | 26 | obj-$(CONFIG_MACH_SMDKC100) += mach-smdkc100.o |
27 | |||
28 | # device support | ||
29 | obj-y += dev-audio.o | ||