diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 5 |
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 |
44 | obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o | 44 | obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o |
45 | 45 | ||
46 | # Device support | ||
47 | obj-y += dev-audio.o | ||
48 | |||
46 | # Device setup | 49 | # Device setup |
47 | 50 | ||
48 | obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o | 51 | obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o |
49 | obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o | 52 | obj-$(CONFIG_S3C64XX_SETUP_I2C1) += setup-i2c1.o |
50 | obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o | 53 | obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp.o |
51 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o | 54 | obj-$(CONFIG_S3C64XX_SETUP_SDHCI_GPIO) += setup-sdhci-gpio.o |
52 | obj-$(CONFIG_SND_S3C24XX_SOC) += dev-audio.o | 55 | |