On 10/24/20 11:27 PM, Philippe Mathieu-Daudé wrote:
On 8/27/20 2:38 PM, Yoshinori Sato wrote:
Rewrite for clock API.

Signed-off-by: Yoshinori Sato <ys...@users.sourceforge.jp>
---
  include/hw/timer/renesas_tmr.h  |  55 ----
  include/hw/timer/renesas_tmr8.h |  67 ++++
  hw/timer/renesas_tmr.c          | 477 ----------------------------
  hw/timer/renesas_tmr8.c         | 540 ++++++++++++++++++++++++++++++++
  hw/timer/Kconfig                |   3 +-
  hw/timer/meson.build            |   2 +-
  6 files changed, 610 insertions(+), 534 deletions(-)
  delete mode 100644 include/hw/timer/renesas_tmr.h
  create mode 100644 include/hw/timer/renesas_tmr8.h
  delete mode 100644 hw/timer/renesas_tmr.c
  create mode 100644 hw/timer/renesas_tmr8.c
...

diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
index 8749edfb6a..5288660cda 100644
--- a/hw/timer/Kconfig
+++ b/hw/timer/Kconfig
@@ -36,7 +36,7 @@ config CMSDK_APB_DUALTIMER
      bool
      select PTIMER
-config RENESAS_TMR
+config RENESAS_TMR8
      bool

Build failure:

undefined symbol RENESAS_TMR

And:

In file included from hw/rx/rx62n.c:27:
include/hw/rx/rx62n.h:29:10: fatal error: hw/timer/renesas_tmr.h: No such file or directory
   29 | #include "hw/timer/renesas_tmr.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Reply via email to