diff options
Diffstat (limited to 'qemu/target-sh4/Makefile.objs')
-rw-r--r-- | qemu/target-sh4/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/target-sh4/Makefile.objs b/qemu/target-sh4/Makefile.objs index a285358ad..2c25d96e6 100644 --- a/qemu/target-sh4/Makefile.objs +++ b/qemu/target-sh4/Makefile.objs @@ -1,2 +1,3 @@ obj-y += translate.o op_helper.o helper.o cpu.o +obj-$(CONFIG_SOFTMMU) += monitor.o obj-y += gdbstub.o |