diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-12-23 19:43:48 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 09:10:11 +0100 |
commit | 2c2f69b15d5420291a941ace10149e76f0af7ab0 (patch) | |
tree | d2e8725f81cc0b877658dd828a7f40d45f88df01 /arch/arm/plat-samsung/Makefile | |
parent | ARM: S3C64XX: Avoid announcing clksrc clocks twice (diff) | |
download | linux-2c2f69b15d5420291a941ace10149e76f0af7ab0.tar.xz linux-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/Makefile | 4 |
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 |