qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Maciej W. Rozycki
Subject: [Qemu-devel] [PATCH 2/4] target-mips: Clean up object ordering
Date: Thu, 11 Dec 2014 15:50:20 +0000
User-agent: Alpine 1.10 (DEB 962 2008-03-14)

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 <address@hidden>
---
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]