aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-09-15 18:46:20 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 05:25:19 -0400
commit3fc3a25ba47735296984ddbb2e6ba504017ec3e1 (patch)
tree1d863539f440805e761a24b7cb5578a1f0178325 /arch/arm/mach-s3c2410/Makefile
parent98c418a002ce5f3110eeb31d1ce8261f5199997d (diff)
[ARM] 3799/1: S3C2442: DMA channel mappings
DMA channel mappings for the S3C2442 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
index 129e037c037..a3509052f43 100644
--- a/arch/arm/mach-s3c2410/Makefile
+++ b/arch/arm/mach-s3c2410/Makefile
@@ -22,7 +22,7 @@ obj-$(CONFIG_CPU_S3C2400) += s3c2400-gpio.o
22 22
23obj-$(CONFIG_CPU_S3C2410) += s3c2410.o 23obj-$(CONFIG_CPU_S3C2410) += s3c2410.o
24obj-$(CONFIG_CPU_S3C2410) += s3c2410-gpio.o 24obj-$(CONFIG_CPU_S3C2410) += s3c2410-gpio.o
25obj-dma-$(CONFIG_CPU_S3C2410) += s3c2410-dma.o 25obj-$(CONFIG_CPU_S3C2410_DMA) += s3c2410-dma.o
26 26
27# Power Management support 27# Power Management support
28 28