summaryrefslogtreecommitdiff
path: root/drivers/timer/Makefile
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-24 10:38:07 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-21 02:06:21 (GMT)
commitdadf31375acd4edaf3c7596dc129152244939e50 (patch)
tree2bdc89fbd3150e790e7cd63125747c64e329e347 /drivers/timer/Makefile
parenta5d801130cc9f4fc1cf2b710ac7560759b2e1c95 (diff)
downloadu-boot-fsl-qoriq-dadf31375acd4edaf3c7596dc129152244939e50.tar.xz
drivers: timer: omap_timer: add timer driver for omap devices based on dm
Adding a timer driver for omap devices based on driver model and device tree. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
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 fe954ec..f351fbb 100644
--- a/drivers/timer/Makefile
+++ b/drivers/timer/Makefile
@@ -8,3 +8,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
+obj-$(CONFIG_OMAP_TIMER) += omap-timer.o