Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- Makefile.target | 2 +- qtest.c => accel/qtest.c | 0 accel/Makefile.objs | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) rename qtest.c => accel/qtest.c (100%)
diff --git a/Makefile.target b/Makefile.target index 70a1261..fd319ac 100644 --- a/Makefile.target +++ b/Makefile.target @@ -134,7 +134,7 @@ endif #CONFIG_BSD_USER # System emulator target ifdef CONFIG_SOFTMMU obj-y += arch_init.o cpus.o monitor.o gdbstub.o balloon.o ioport.o numa.o -obj-y += qtest.o bootdevice.o +obj-y += bootdevice.o obj-y += hw/ obj-y += memory.o cputlb.o obj-y += memory_mapping.o diff --git a/qtest.c b/accel/qtest.c similarity index 100% rename from qtest.c rename to accel/qtest.c diff --git a/accel/Makefile.objs b/accel/Makefile.objs index 52f7cac..a71bc78 100644 --- a/accel/Makefile.objs +++ b/accel/Makefile.objs @@ -4,4 +4,6 @@ obj-$(CONFIG_XEN_I386) += xen-hvm.o xen-mapcache.o obj-$(CONFIG_KVM) += kvm-common.o obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o +obj-y += qtest.o + common-obj-y = accel.o -- 2.7.4