diff options
Diffstat (limited to 'qemu/target-xtensa/Makefile.objs')
-rw-r--r-- | qemu/target-xtensa/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/target-xtensa/Makefile.objs b/qemu/target-xtensa/Makefile.objs index 5c150a870..481de9197 100644 --- a/qemu/target-xtensa/Makefile.objs +++ b/qemu/target-xtensa/Makefile.objs @@ -2,5 +2,6 @@ obj-y += xtensa-semi.o obj-y += core-dc232b.o obj-y += core-dc233c.o obj-y += core-fsf.o +obj-$(CONFIG_SOFTMMU) += monitor.o obj-y += translate.o op_helper.o helper.o cpu.o obj-y += gdbstub.o |