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