commit | fb798b13f7e6a1635b3c3e5b3ee8c408afc1e1a8 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 09 13:46:34 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:37:03 2015 +0800 |
tree | 6b6ca5091a7e6927ca2c27fcec0e0b195e1a64c2 | |
parent | c6170267e4ebe3a183f04191c855174ec8537330 [diff] [blame] |
dm: implement a Timer uclass Implement a Timer uclass to work with lib/time.c. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/Makefile b/drivers/Makefile index 1a30ad1..4f49bfd 100644 --- a/drivers/Makefile +++ b/drivers/Makefile
@@ -48,6 +48,7 @@ obj-y += dfu/ obj-y += rtc/ obj-y += sound/ +obj-y += timer/ obj-y += tpm/ obj-y += twserial/ obj-y += video/