diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-15 18:44:00 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:25:16 -0400 |
commit | c374fe7148f1b13854186a7a14c4a2c4ffe3134b (patch) | |
tree | 7dd6b996fbcdc6e01d794703c9cf9d0493786d48 /arch/arm/mach-s3c2410/Makefile | |
parent | 505788cccbb96cd496b646594c8a5fcdc26bc2d9 (diff) |
[ARM] 3797/1: S3C2410: DMA channel mappings
DMA channel mappings for the S3C2410
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index e4c32f6ffb71..efedeb82c8c4 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile | |||
@@ -22,6 +22,7 @@ obj-$(CONFIG_CPU_S3C2400) += s3c2400-gpio.o | |||
22 | 22 | ||
23 | obj-$(CONFIG_CPU_S3C2410) += s3c2410.o | 23 | obj-$(CONFIG_CPU_S3C2410) += s3c2410.o |
24 | obj-$(CONFIG_CPU_S3C2410) += s3c2410-gpio.o | 24 | obj-$(CONFIG_CPU_S3C2410) += s3c2410-gpio.o |
25 | obj-dma-$(CONFIG_CPU_S3C2410) += s3c2410-dma.o | ||
25 | 26 | ||
26 | # Power Management support | 27 | # Power Management support |
27 | 28 | ||