X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-cris%2FMakefile.objs;h=7779227fc4f1fd63c43d634fda60d1f8400273a3;hb=90431220be42d773084d88635961a45febb01c5d;hp=4b09e8c6b591138e30eff687e3998aacaff61890;hpb=23797df3d9f08031d19aaaa1d2863d5feebe3d8b;p=qemu.git diff --git a/target-cris/Makefile.objs b/target-cris/Makefile.objs index 4b09e8c6b..7779227fc 100644 --- a/target-cris/Makefile.objs +++ b/target-cris/Makefile.objs @@ -1,4 +1,3 @@ obj-y += translate.o op_helper.o helper.o cpu.o +obj-y += gdbstub.o obj-$(CONFIG_SOFTMMU) += mmu.o machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)