diff options
Diffstat (limited to 'target-mips/Makefile.objs')
-rw-r--r-- | target-mips/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/Makefile.objs b/target-mips/Makefile.objs index 119c816518..0277d56e82 100644 --- a/target-mips/Makefile.objs +++ b/target-mips/Makefile.objs @@ -1,2 +1,3 @@ obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o +obj-y += gdbstub.o obj-$(CONFIG_SOFTMMU) += machine.o |