aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2009-12-23 18:43:48 +0000
committerBen Dooks <ben-linux@fluff.org>2010-01-15 17:10:11 +0900
commit2c2f69b15d5420291a941ace10149e76f0af7ab0 (patch)
treed2e8725f81cc0b877658dd828a7f40d45f88df01 /arch/arm/plat-samsung/Makefile
parentARM: S3C64XX: Avoid announcing clksrc clocks twice (diff)
downloadlinux-dev-2c2f69b15d5420291a941ace10149e76f0af7ab0.tar.xz
linux-dev-2c2f69b15d5420291a941ace10149e76f0af7ab0.zip
ARM: SAMSUNG: Move clock.c to arch/arm/plat-samsung
This is the core implementation of the clock code for all Samsung based SoCs, so move it to arch/arm/plat-samsung (the clock.h file has already been moved). Since the file is built for every Samsung SoC, no changes are needed to the Kconfig system. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r--arch/arm/plat-samsung/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
index ce736ce468fd..7612198bfa59 100644
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@ -9,4 +9,8 @@ obj-m :=
obj-n := dummy.o
obj- :=
+# Objects we always build independent of SoC choice
+
+obj-y += clock.o
+
obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o