summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-samsung/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2012-01-02 12:43:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-02 13:32:13 +0100
commit4b6524b71a17dd6ac24ec6377ed49ffaa0ec8ee0 (patch)
tree2290705d17b02ad2b78fbed037cdb28f2629cd6d /arch/arm/mach-samsung/Makefile
parent4e7151d11c48db519c0c5ce0780617bcdd68667e (diff)
downloadbarebox-4b6524b71a17dd6ac24ec6377ed49ffaa0ec8ee0.tar.gz
barebox-4b6524b71a17dd6ac24ec6377ed49ffaa0ec8ee0.tar.xz
MACH SAMSUNG/S3C: Separate the clocksource for the S3C family
This patch just move the clocksource functions out of the generic.c source file to handle it on a per CPU base later on. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-samsung/Makefile')
-rw-r--r--arch/arm/mach-samsung/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-samsung/Makefile b/arch/arm/mach-samsung/Makefile
index c590180958..2ba5c3f1e2 100644
--- a/arch/arm/mach-samsung/Makefile
+++ b/arch/arm/mach-samsung/Makefile
@@ -1,3 +1,3 @@
-obj-y += generic.o
+obj-y += s3c-timer.o generic.o
obj-$(CONFIG_ARCH_S3C24xx) += gpio-s3c24x0.o s3c24xx-clocks.o
obj-$(CONFIG_S3C24XX_LOW_LEVEL_INIT) += lowlevel-init.o