diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2019-01-21 22:16:00 +0900 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-06-22 18:37:12 +0200 |
commit | bda19d7bb56fe8f76dc32a9145c35087f81d4db7 (patch) | |
tree | 0105219297783a32f57dfeceae6c60773fccf853 /hw/rx/Makefile.objs | |
parent | 1db2086e6a98c4e917d6618c97e730eaeb2a8ada (diff) | |
download | qemu-bda19d7bb56fe8f76dc32a9145c35087f81d4db7.zip qemu-bda19d7bb56fe8f76dc32a9145c35087f81d4db7.tar.gz qemu-bda19d7bb56fe8f76dc32a9145c35087f81d4db7.tar.bz2 |
hw/rx: Add RX GDB simulator
Add the RX machine internally simulated in GDB.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use TYPE_RX62N_CPU, use #define for RX62N_NR_TMR/CMT/SCI,
renamed CPU -> MCU, device -> microcontroller]
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200224141923.82118-18-ysato@users.sourceforge.jp>
[PMD: Split of MCU, rename gdbsim, Add gdbsim-r5f562n7/r5f562n8]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/rx/Makefile.objs')
-rw-r--r-- | hw/rx/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/rx/Makefile.objs b/hw/rx/Makefile.objs index fe19ee7..4ef6b9e 100644 --- a/hw/rx/Makefile.objs +++ b/hw/rx/Makefile.objs @@ -1 +1,2 @@ obj-$(CONFIG_RX62N_MCU) += rx62n.o +obj-$(CONFIG_RX_GDBSIM) += rx-gdbsim.o |