mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 00:11:21 +00:00
target/i386: add the CONFIG_TCG into Makefiles
Add the CONFIG_TCG for frontend and backend's files in the related Makefiles. Backports commit 44eff673411381062b826d048ba9d6630d2b2bdb from qemu
This commit is contained in:
parent
a16bcbdac0
commit
1e0745b31a
|
@ -1,5 +1,5 @@
|
|||
obj-y += translate.o helper.o cpu.o bpt_helper.o
|
||||
obj-y += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
|
||||
obj-y += smm_helper.o misc_helper.o mem_helper.o seg_helper.o mpx_helper.o
|
||||
obj-$(CONFIG_TCG) += translate.o helper.o cpu.o bpt_helper.o
|
||||
obj-$(CONFIG_TCG) += excp_helper.o fpu_helper.o cc_helper.o int_helper.o svm_helper.o
|
||||
obj-$(CONFIG_TCG) += smm_helper.o misc_helper.o mem_helper.o seg_helper.o mpx_helper.o
|
||||
obj-$(CONFIG_SOFTMMU) += arch_memory_mapping.o
|
||||
obj-y += unicorn.o
|
||||
|
|
Loading…
Reference in a new issue