diff options
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c6410/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile index b35e04d8151e..4a20a009990a 100644 --- a/arch/arm/mach-s3c6410/Makefile +++ b/arch/arm/mach-s3c6410/Makefile | |||
@@ -14,3 +14,6 @@ obj- := | |||
14 | 14 | ||
15 | obj-$(CONFIG_CPU_S3C6410) += cpu.o | 15 | obj-$(CONFIG_CPU_S3C6410) += cpu.o |
16 | 16 | ||
17 | # machine support | ||
18 | |||
19 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o | ||