diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-09 13:20:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-11 11:54:32 -0500 |
commit | 4c784ef76ac4443ab13648859f1b2a2737546cc1 (patch) | |
tree | 0f31909ee6dc39b3970fae1e89ead6ad82d08cb2 /arch/arm/mach-s3c2410/Makefile | |
parent | ae0a846e411dc0b568e8ccda584896310ee5f369 (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/Makefile | 10 |
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 | |||
9 | obj-m := | 9 | obj-m := |
10 | obj-n := | 10 | obj-n := |
11 | obj- := | 11 | obj- := |
12 | obj-dma-y := | ||
13 | obj-dma-n := | ||
14 | 12 | ||
15 | # DMA | 13 | # DMA |
16 | obj-$(CONFIG_S3C2410_DMA) += dma.o | 14 | obj-$(CONFIG_S3C2410_DMA) += dma.o |
@@ -37,9 +35,9 @@ obj-$(CONFIG_PM_H1940) += pm-h1940.o | |||
37 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o | 35 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o |
38 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o | 36 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o |
39 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o | 37 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o |
40 | obj-dma-$(CONFIG_CPU_S3C2412) += s3c2412-dma.o | ||
41 | 38 | ||
42 | obj-$(CONFIG_S3C2412_PM) += s3c2412-pm.o | 39 | obj-$(CONFIG_S3C2412_PM) += s3c2412-pm.o |
40 | obj-$(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 | |||
57 | obj-$(CONFIG_CPU_S3C2440) += s3c2440-irq.o | 55 | obj-$(CONFIG_CPU_S3C2440) += s3c2440-irq.o |
58 | obj-$(CONFIG_CPU_S3C2440) += s3c2440-clock.o | 56 | obj-$(CONFIG_CPU_S3C2440) += s3c2440-clock.o |
59 | obj-$(CONFIG_CPU_S3C2440) += s3c2410-gpio.o | 57 | obj-$(CONFIG_CPU_S3C2440) += s3c2410-gpio.o |
60 | obj-dma-$(CONFIG_CPU_S3C2440) += s3c2440-dma.o | 58 | obj-$(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 | ||
69 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o | 67 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o |
70 | 68 | ||
71 | # merge in dma objects | ||
72 | |||
73 | obj-y += $(obj-dma-y) | ||
74 | |||
75 | # machine specific support | 69 | # machine specific support |
76 | 70 | ||
77 | obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o | 71 | obj-$(CONFIG_MACH_AML_M5900) += mach-amlm5900.o |