mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 08:28:37 -07:00
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>
4 lines
77 B
Text
4 lines
77 B
Text
obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-y += kvm/
|
|
obj-y += tcg/
|
|
obj-y += stubs/
|