diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2410/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index 0eadec916214..e4c32f6ffb71 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile | |||
@@ -9,6 +9,8 @@ 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 := | ||
12 | 14 | ||
13 | # DMA | 15 | # DMA |
14 | obj-$(CONFIG_S3C2410_DMA) += dma.o | 16 | obj-$(CONFIG_S3C2410_DMA) += dma.o |
@@ -57,6 +59,10 @@ obj-$(CONFIG_CPU_S3C2442) += s3c2442-clock.o | |||
57 | 59 | ||
58 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o | 60 | obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o |
59 | 61 | ||
62 | # merge in dma objects | ||
63 | |||
64 | obj-y += $(obj-dma-y) | ||
65 | |||
60 | # machine specific support | 66 | # machine specific support |
61 | 67 | ||
62 | obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o | 68 | obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o |