aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Makefile
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2010-07-26 21:13:08 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 18:32:42 +0900
commitcfca3a619baeaba3a0037fef5da48108e9c0bb1c (patch)
treea376690199684ff399023d7781873010fafd3fea /arch/arm/plat-samsung/Makefile
parent84bbc16c1f6210b2dfc39344b132d5801c357a70 (diff)
downloadkernel_samsung_smdk4412-cfca3a619baeaba3a0037fef5da48108e9c0bb1c.zip
kernel_samsung_smdk4412-cfca3a619baeaba3a0037fef5da48108e9c0bb1c.tar.gz
kernel_samsung_smdk4412-cfca3a619baeaba3a0037fef5da48108e9c0bb1c.tar.bz2
ARM: S5PV310: Add Timer support
This patch adds timer support for S5PV310. Until now, all S5P SoCs use CONFIG_ARCH_USES_GETTIMEOFFSET macro as a default configuration. Instead,S5PV310 implements clocksource and clock_event_device to support the high resolution timer and tickless system. Signed-off-by: Changhwan Youn <chaos.youn@samsung.com> Signed-off-by: Hyuk Lee <hyuk1.lee@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r--arch/arm/plat-samsung/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
index b1d82cc..0d5bf8a 100644
--- a/arch/arm/plat-samsung/Makefile
+++ b/arch/arm/plat-samsung/Makefile
@@ -12,7 +12,7 @@ obj- :=
# Objects we always build independent of SoC choice
obj-y += init.o
-obj-y += time.o
+obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o
obj-y += clock.o
obj-y += pwm-clock.o
obj-y += gpio.o