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/timer/Makefile b/drivers/timer/Makefile new file mode 100644 index 0000000..afb0009 --- /dev/null +++ b/drivers/timer/Makefile
@@ -0,0 +1,7 @@ +# +# Copyright (C) 2015 Thomas Chou <thomas@wytron.com.tw> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_TIMER) += timer-uclass.o