diff options
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/plat-s3c64xx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile index 9be8ed59977f..26b5714ee736 100644 --- a/arch/arm/plat-s3c64xx/Makefile +++ b/arch/arm/plat-s3c64xx/Makefile | |||
@@ -15,3 +15,7 @@ obj- := | |||
15 | obj-y += dev-uart.o | 15 | obj-y += dev-uart.o |
16 | obj-y += cpu.o | 16 | obj-y += cpu.o |
17 | obj-y += irq.o | 17 | obj-y += irq.o |
18 | |||
19 | # CPU support | ||
20 | |||
21 | obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o | ||