aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-02-09 13:20:47 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-11 11:54:32 -0500
commit4c784ef76ac4443ab13648859f1b2a2737546cc1 (patch)
tree0f31909ee6dc39b3970fae1e89ead6ad82d08cb2 /arch/arm/mach-s3c2410/Makefile
parentae0a846e411dc0b568e8ccda584896310ee5f369 (diff)
[ARM] 4155/1: S3C24XX: remove obj-dma-* from Makefile
In preperation for splitting the arch-s3c2410 directory up, remove the use of obj-dma-y in the Makefile and move to using CONFIG_S3C2440_DMA, CONFIG_S3C2412_DMA, etc. 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/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile
index 27663e28cc8..85ffa1274b0 100644
--- a/arch/arm/mach-s3c2410/Makefile
+++ b/arch/arm/mach-s3c2410/Makefile
@@ -9,8 +9,6 @@ obj-y := cpu.o irq.o time.o gpio.o clock.o devs.o
9obj-m := 9obj-m :=
10obj-n := 10obj-n :=
11obj- := 11obj- :=
12obj-dma-y :=
13obj-dma-n :=
14 12
15# DMA 13# DMA
16obj-$(CONFIG_S3C2410_DMA) += dma.o 14obj-$(CONFIG_S3C2410_DMA) += dma.o
@@ -37,9 +35,9 @@ obj-$(CONFIG_PM_H1940) += pm-h1940.o
37obj-$(CONFIG_CPU_S3C2412) += s3c2412.o 35obj-$(CONFIG_CPU_S3C2412) += s3c2412.o
38obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o 36obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o
39obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o 37obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o
40obj-dma-$(CONFIG_CPU_S3C2412) += s3c2412-dma.o
41 38
42obj-$(CONFIG_S3C2412_PM) += s3c2412-pm.o 39obj-$(CONFIG_S3C2412_PM) += s3c2412-pm.o
40obj-$(CONFIG_S3C2412_DMA) += s3c2412-dma.o
43 41
44# 42#
45# S3C244X support 43# S3C244X support
@@ -57,7 +55,7 @@ obj-$(CONFIG_CPU_S3C2440) += s3c2440.o s3c2440-dsc.o
57obj-$(CONFIG_CPU_S3C2440) += s3c2440-irq.o 55obj-$(CONFIG_CPU_S3C2440) += s3c2440-irq.o
58obj-$(CONFIG_CPU_S3C2440) += s3c2440-clock.o 56obj-$(CONFIG_CPU_S3C2440) += s3c2440-clock.o
59obj-$(CONFIG_CPU_S3C2440) += s3c2410-gpio.o 57obj-$(CONFIG_CPU_S3C2440) += s3c2410-gpio.o
60obj-dma-$(CONFIG_CPU_S3C2440) += s3c2440-dma.o 58obj-$(CONFIG_S3C2440_DMA) += s3c2440-dma.o
61 59
62# S3C2442 support 60# S3C2442 support
63 61
@@ -68,10 +66,6 @@ obj-$(CONFIG_CPU_S3C2442) += s3c2442-clock.o
68 66
69obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o 67obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o
70 68
71# merge in dma objects
72
73obj-y += $(obj-dma-y)
74
75# machine specific support 69# machine specific support
76 70
77obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o 71obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o