commit | 7b059dcf41c1fc2b756e6ee699b5141ba00d3346 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 30 15:35:52 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:13:41 2015 -0700 |
tree | b0237f5dba73dc69f63d4d3dca28a1f4195c3cd0 | |
parent | c2fbaa2da213dda4882e3638b0e83f47b1aedf45 [diff] [blame] |
sandbox: add a sandbox timer and basic test Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index ae66c07..300946e 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_TIMER) += timer-uclass.o obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o +obj-$(CONFIG_SANDBOX_TIMER) += sandbox_timer.o