diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:07 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | dadf31375acd4edaf3c7596dc129152244939e50 (patch) | |
tree | 2bdc89fbd3150e790e7cd63125747c64e329e347 /drivers/timer/Makefile | |
parent | a5d801130cc9f4fc1cf2b710ac7560759b2e1c95 (diff) | |
download | u-boot-dadf31375acd4edaf3c7596dc129152244939e50.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index fe954eca9a..f351fbb4e0 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 |