diff options
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 23f0909915db..0d87a9de0034 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_PM_SIMTEC) += pm-simtec.o | |||
34 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o | 34 | obj-$(CONFIG_CPU_S3C2412) += s3c2412.o |
35 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o | 35 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-irq.o |
36 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o | 36 | obj-$(CONFIG_CPU_S3C2412) += s3c2412-clock.o |
37 | obj-dma-$(CONFIG_CPU_S3C2412) += s3c2412-dma.o | ||
37 | 38 | ||
38 | # | 39 | # |
39 | # S3C244X support | 40 | # S3C244X support |