aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 030050f5c76..2ed5df34f9e 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -30,6 +30,10 @@ obj-$(CONFIG_PM) += pm.o
30obj-$(CONFIG_PM) += sleep.o 30obj-$(CONFIG_PM) += sleep.o
31obj-$(CONFIG_PM) += irq-pm.o 31obj-$(CONFIG_PM) += irq-pm.o
32 32
33# DMA support
34
35obj-$(CONFIG_S3C64XX_DMA) += dma.o
36
33# Device setup 37# Device setup
34 38
35obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o 39obj-$(CONFIG_S3C64XX_SETUP_I2C0) += setup-i2c0.o