diff mbox

[2/4] target-mips: Clean up object ordering

Message ID alpine.DEB.1.10.1412111510130.19155@tp.orcam.me.uk
State New
Headers show

Commit Message

Maciej W. Rozycki Dec. 11, 2014, 3:50 p.m. UTC
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 <macro@codesourcery.com>
---
qemu-mips-msa-helper-config.diff
diff mbox

Patch

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