mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 06:13:53 -06:00

Add the CONFIG_TCG for frontend and backend's files in the related Makefiles. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4 lines
89 B
Text
4 lines
89 B
Text
obj-$(CONFIG_SOFTMMU) += accel.o
|
|
obj-y += kvm/
|
|
obj-$(CONFIG_TCG) += tcg/
|
|
obj-y += stubs/
|