aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index e60bde304d86..33a73f3e9f01 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -43,10 +43,13 @@ obj-$(CONFIG_S3C_ADC) += dev-adc.o
43# SPI support 43# SPI support
44obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o 44obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o
45 45
46# Device support
47obj-y += dev-audio.o
48
46# Device setup 49# Device setup
47 50
48obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o 51obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o
49obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o 52obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o
50obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o 53obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o
51obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o 54obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o
52obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o 55