aboutsummaryrefslogtreecommitdiff
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/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index a51e8f15990..4ecefb68252 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -19,14 +19,15 @@ obj-y += irq-eint.o
obj-y += clock.o
obj-y += gpiolib.o
-# fake dma support
-obj-y += dma-fake.o
-
# CPU support
obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
+# DMA support
+
+obj-$(CONFIG_S3C64XX_DMA) += dma.o
+
# PM support
obj-$(CONFIG_PM) += pm.o