diff options
| author | Sean Anderson <seanga2@gmail.com> | 2020-10-25 21:46:56 -0400 |
|---|---|---|
| committer | Andes <uboot@andestech.com> | 2020-10-26 10:01:28 +0800 |
| commit | 79b135f1f937296fbe40ffa8500b531a7e1a0e9d (patch) | |
| tree | b196ad1c9d28d1b4528752e10d1c7960436734bd /drivers/timer/Makefile | |
| parent | 963911e9e1c17b2f973ff49ddd51060d6c340c5f (diff) | |
| download | u-boot-79b135f1f937296fbe40ffa8500b531a7e1a0e9d.tar.gz u-boot-79b135f1f937296fbe40ffa8500b531a7e1a0e9d.tar.xz u-boot-79b135f1f937296fbe40ffa8500b531a7e1a0e9d.zip | |
riscv: Move Andes PLMT driver to drivers/timer
This is a regular timer driver, and should live with the other timer
drivers.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.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 3a4d74b996..dd4f9cc1d4 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -5,6 +5,7 @@ obj-y += timer-uclass.o obj-$(CONFIG_AG101P_TIMER) += ag101p_timer.o obj-$(CONFIG_ALTERA_TIMER) += altera_timer.o +obj-$(CONFIG_ANDES_PLMT) += andes_plmt_timer.o obj-$(CONFIG_ARC_TIMER) += arc_timer.o obj-$(CONFIG_AST_TIMER) += ast_timer.o obj-$(CONFIG_ATCPIT100_TIMER) += atcpit100_timer.o |
