summary refs log tree commit diff
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-23 11:52:53 -0600
committerStephen Warren <swarren@nvidia.com>2013-01-28 10:21:21 -0700
commit1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a (patch)
tree0191c6c138a449c25793a15fc7a75373d86ad7fd /drivers/clocksource/Makefile
parentf3dab3989b4282e448cba0f0708934276dcb413a (diff)
downloadlinux-1711b1e10224dbebc885b7bf7ca2f03f51ff9f4a.tar.gz
ARM: tegra: move timer.c to drivers/clocksource/
Move arch/arm/mach-tegra/timer.c to drivers/clocksource/tegra20_timer.c
so that the code is co-located with other clocksource drivers, and to
reduce the size of the mach-tegra directory.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index a33f79240217..b5cc50796a80 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -17,5 +17,6 @@ obj-$(CONFIG_CLKSRC_DBX500_PRCMU)	+= clksrc-dbx500-prcmu.o
 obj-$(CONFIG_ARMADA_370_XP_TIMER)	+= time-armada-370-xp.o
 obj-$(CONFIG_ARCH_BCM2835)	+= bcm2835_timer.o
 obj-$(CONFIG_SUNXI_TIMER)	+= sunxi_timer.o
+obj-$(CONFIG_ARCH_TEGRA)	+= tegra20_timer.o
 
 obj-$(CONFIG_CLKSRC_ARM_GENERIC)	+= arm_generic.o