summaryrefslogtreecommitdiffstats
path: root/accel/Makefile.objs
diff options
context:
space:
mode:
authorYang Zhong2017-06-02 08:06:46 +0200
committerPaolo Bonzini2017-06-15 11:04:06 +0200
commit92229a57bba10d5bbf469221c32a18d4bed642f4 (patch)
treeedea4c0cc5151cfc48473f6a859011bc70b0cd3b /accel/Makefile.objs
parenttcg: move tcg backend files into accel/tcg/ (diff)
downloadqemu-92229a57bba10d5bbf469221c32a18d4bed642f4.tar.gz
qemu-92229a57bba10d5bbf469221c32a18d4bed642f4.tar.xz
qemu-92229a57bba10d5bbf469221c32a18d4bed642f4.zip
accel: move kvm related accelerator files into accel/
move kvm related accelerator files into accel/ subdirectory, also create one stub subdirectory, which will include accelerator's stub files. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-5-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel/Makefile.objs')
-rw-r--r--accel/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/accel/Makefile.objs b/accel/Makefile.objs
index 11ad823609..cd5702f347 100644
--- a/accel/Makefile.objs
+++ b/accel/Makefile.objs
@@ -1,2 +1,4 @@
obj-$(CONFIG_SOFTMMU) += accel.o
+obj-y += kvm/
obj-y += tcg/
+obj-y += stubs/