commit | 221d2aca1f4ea305d569d31116b525dbf0b1d595 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Thu Oct 22 22:28:53 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:37:03 2015 +0800 |
tree | b78265a3c855d30a49a75c9271ae63cd5bd6e1c8 | |
parent | 7881597264d500c15b17be30a409866dfc7fa3b5 [diff] [blame] |
nios2: convert altera timer to driver model Convert altera timer to driver model. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Chin Liang See <clsee@altera.com>
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index afb0009..ae66c07 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile
@@ -5,3 +5,4 @@ # obj-$(CONFIG_TIMER) += timer-uclass.o +obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o