Group `msa_helper.o' with the other helpers, leaving `gdbstub.o' alone. The idea is to keep objects associated with the GDB stub as a close group, and separate from core target emulation.
Signed-off-by: Maciej W. Rozycki <ma...@codesourcery.com> --- qemu-mips-msa-helper-config.diff Index: qemu-git-trunk/target-mips/Makefile.objs =================================================================== --- qemu-git-trunk.orig/target-mips/Makefile.objs 2014-11-07 17:33:32.000000000 +0000 +++ qemu-git-trunk/target-mips/Makefile.objs 2014-11-07 18:20:20.337736628 +0000 @@ -1,4 +1,5 @@ -obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o -obj-y += gdbstub.o msa_helper.o +obj-y += translate.o dsp_helper.o lmi_helper.o msa_helper.o op_helper.o +obj-y += helper.o cpu.o +obj-y += gdbstub.o obj-$(CONFIG_SOFTMMU) += machine.o obj-$(CONFIG_KVM) += kvm.o