92229a57bb
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>
5 lines
77 B
Makefile
5 lines
77 B
Makefile
obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-y += kvm/
|
|
obj-y += tcg/
|
|
obj-y += stubs/
|