Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- Makefile.objs | 2 +- accel.c => accel/accel.c | 0 accel/Makefile.objs | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) rename accel.c => accel/accel.c (100%)
diff --git a/Makefile.objs b/Makefile.objs index 06f74b8..6d62f54 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -58,7 +58,7 @@ common-obj-$(CONFIG_SPICE) += spice-qemu-char.o common-obj-y += audio/ common-obj-y += hw/ -common-obj-y += accel.o +common-obj-y += accel/ common-obj-y += replay/ diff --git a/accel.c b/accel/accel.c similarity index 100% rename from accel.c rename to accel/accel.c diff --git a/accel/Makefile.objs b/accel/Makefile.objs index 3f3866d..52f7cac 100644 --- a/accel/Makefile.objs +++ b/accel/Makefile.objs @@ -3,3 +3,5 @@ obj-$(CONFIG_XEN_I386) += xen-hvm.o xen-mapcache.o obj-$(CONFIG_KVM) += kvm-common.o obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o + +common-obj-y = accel.o -- 2.7.4