summaryrefslogtreecommitdiffstats
path: root/hw/timer/Makefile.objs
diff options
context:
space:
mode:
authorYoshinori Sato2019-03-20 15:16:05 +0100
committerPhilippe Mathieu-Daudé2020-06-22 18:37:12 +0200
commit7adca78edaa91069f66e373f5b7e4e7d5fe14879 (patch)
treebbf19775aaf4448b5c1b5a87d3d43d0b7847081a /hw/timer/Makefile.objs
parenthw/intc: RX62N interrupt controller (ICUa) (diff)
downloadqemu-7adca78edaa91069f66e373f5b7e4e7d5fe14879.tar.gz
qemu-7adca78edaa91069f66e373f5b7e4e7d5fe14879.tar.xz
qemu-7adca78edaa91069f66e373f5b7e4e7d5fe14879.zip
hw/timer: RX62N 8-Bit timer (TMR)
renesas_tmr: 8bit timer modules. This part use many renesas's CPU. Hardware manual. https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200224141923.82118-16-ysato@users.sourceforge.jp> [PMD: Split from CMT, filled VMStateField for migration] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/timer/Makefile.objs')
-rw-r--r--hw/timer/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs
index dece235fd7..44fb47a433 100644
--- a/hw/timer/Makefile.objs
+++ b/hw/timer/Makefile.objs
@@ -23,6 +23,7 @@ common-obj-$(CONFIG_OMAP) += omap_gptimer.o
common-obj-$(CONFIG_OMAP) += omap_synctimer.o
common-obj-$(CONFIG_PXA2XX) += pxa2xx_timer.o
common-obj-$(CONFIG_SH4) += sh_timer.o
+common-obj-$(CONFIG_RENESAS_TMR) += renesas_tmr.o
common-obj-$(CONFIG_DIGIC) += digic-timer.o
common-obj-$(CONFIG_MIPS_CPS) += mips_gictimer.o