aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-09-18 18:52:03 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 05:25:29 -0400
commit34348012d6b43eca5e241fe97381420d5758866c (patch)
treeb4fd2e528cbc609cdebe4371df97802143bc7f57 /arch/arm/mach-s3c2410/Makefile
parent197c9444d6093b70c8faa24e7ab04a2423c9d14d (diff)
[ARM] 3800/2: S3C2412: DMA channel mappings
DMA channel mappings for the S3C2312 Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r--arch/arm/mach-s3c2410/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
index 23f0909915db..0d87a9de0034 100644
--- a/arch/arm/mach-s3c2410/Makefile
+++ b/arch/arm/mach-s3c2410/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o
34obj-$(CONFIG_CPU_S3C2412) += s3c2412.o 34obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
35obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o 35obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o
36obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o 36obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o
37obj-dma-$(CONFIG_CPU_S3C2412) += s3c2412-dma.o
37 38
38# 39#
39# S3C244X support 40# S3C244X support