diff options
author | Yang Zhong <yang.zhong@intel.com> | 2017-06-02 14:06:46 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-15 11:04:06 +0200 |
commit | 92229a57bba10d5bbf469221c32a18d4bed642f4 (patch) | |
tree | edea4c0cc5151cfc48473f6a859011bc70b0cd3b /accel/stubs/Makefile.objs | |
parent | 244f144134d0dd182f1af8654e7f9a79fe770368 (diff) |
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/stubs/Makefile.objs')
-rw-r--r-- | accel/stubs/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/stubs/Makefile.objs b/accel/stubs/Makefile.objs new file mode 100644 index 0000000000..bd5794f222 --- /dev/null +++ b/accel/stubs/Makefile.objs @@ -0,0 +1 @@ +obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o |