diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c24xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/Makefile b/arch/arm/plat-s3c24xx/Makefile index 1f6add552bd0..6f9afd13ab4f 100644 --- a/arch/arm/plat-s3c24xx/Makefile +++ b/arch/arm/plat-s3c24xx/Makefile | |||
@@ -35,6 +35,7 @@ obj-$(CONFIG_S3C24XX_PWM) += pwm.o | |||
35 | obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o | 35 | obj-$(CONFIG_S3C2410_CLOCK) += s3c2410-clock.o |
36 | obj-$(CONFIG_S3C2410_DMA) += dma.o | 36 | obj-$(CONFIG_S3C2410_DMA) += dma.o |
37 | obj-$(CONFIG_S3C24XX_ADC) += adc.o | 37 | obj-$(CONFIG_S3C24XX_ADC) += adc.o |
38 | obj-$(CONFIG_S3C2410_IOTIMING) += s3c2410-iotiming.o | ||
38 | 39 | ||
39 | # device specific setup and/or initialisation | 40 | # device specific setup and/or initialisation |
40 | obj-$(CONFIG_ARCH_S3C2410) += setup-i2c.o | 41 | obj-$(CONFIG_ARCH_S3C2410) += setup-i2c.o |