diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/Makefile')
-rw-r--r-- | arch/arm/mach-s3c64xx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile index 31d0c9101272..6faedcffce04 100644 --- a/arch/arm/mach-s3c64xx/Makefile +++ b/arch/arm/mach-s3c64xx/Makefile | |||
@@ -12,7 +12,7 @@ obj- := | |||
12 | 12 | ||
13 | # Core | 13 | # Core |
14 | 14 | ||
15 | obj-y += common.o clock.o | 15 | obj-y += common.o |
16 | 16 | ||
17 | # Core support | 17 | # Core support |
18 | 18 | ||
@@ -57,3 +57,4 @@ obj-$(CONFIG_MACH_SMARTQ7) += mach-smartq7.o | |||
57 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o | 57 | obj-$(CONFIG_MACH_SMDK6400) += mach-smdk6400.o |
58 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o | 58 | obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o |
59 | obj-$(CONFIG_MACH_WLF_CRAGG_6410) += mach-crag6410.o mach-crag6410-module.o | 59 | obj-$(CONFIG_MACH_WLF_CRAGG_6410) += mach-crag6410.o mach-crag6410-module.o |
60 | obj-$(CONFIG_MACH_S3C64XX_DT) += mach-s3c64xx-dt.o | ||