summaryrefslogtreecommitdiffstats
path: root/drivers/timer/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-13 00:11:24 -0800
committerSimon Glass <sjg@chromium.org>2015-12-01 06:26:35 -0700
commit7030f27ef3da9f911299592751574044f86305f0 (patch)
treee2fe98fc807fc3ac60bbb99bda068a0469cfaed0 /drivers/timer/Makefile
parent1d4c83c2480b0874214165571e8a056a8b423db2 (diff)
downloadtalos-obmc-uboot-7030f27ef3da9f911299592751574044f86305f0.tar.gz
talos-obmc-uboot-7030f27ef3da9f911299592751574044f86305f0.zip
x86: tsc: Move tsc_timer.c to drivers/timer
To group all dm timer drivers together, move tsc timer to drivers/timer directory. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/timer/Makefile')
-rw-r--r--drivers/timer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile
index 300946e8d9..fe954eca9a 100644
--- a/drivers/timer/Makefile
+++ b/drivers/timer/Makefile
@@ -7,3 +7,4 @@
obj-$(CONFIG_TIMER) += timer-uclass.o
obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o
obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o
+obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o
OpenPOWER on IntegriCloud