diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c24xx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Makefile b/arch/arm/mach-s3c24xx/Makefile index 08b44a3ab858..876e5e54d976 100644 --- a/arch/arm/mach-s3c24xx/Makefile +++ b/arch/arm/mach-s3c24xx/Makefile | |||
@@ -34,6 +34,10 @@ obj-$(CONFIG_S3C2440_DMA) += dma-s3c2440.o | |||
34 | obj-$(CONFIG_CPU_S3C2443) += s3c2443.o irq-s3c2443.o clock-s3c2443.o | 34 | obj-$(CONFIG_CPU_S3C2443) += s3c2443.o irq-s3c2443.o clock-s3c2443.o |
35 | obj-$(CONFIG_S3C2443_DMA) += dma-s3c2443.o | 35 | obj-$(CONFIG_S3C2443_DMA) += dma-s3c2443.o |
36 | 36 | ||
37 | # common code | ||
38 | |||
39 | obj-$(CONFIG_S3C2443_COMMON) += common-s3c2443.o | ||
40 | |||
37 | # | 41 | # |
38 | # machine support | 42 | # machine support |
39 | # following is ordered alphabetically by option text. | 43 | # following is ordered alphabetically by option text. |