mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 15:58:16 +00:00
1e0745b31a
Add the CONFIG_TCG for frontend and backend's files in the related Makefiles. Backports commit 44eff673411381062b826d048ba9d6630d2b2bdb from qemu
5 lines
300 B
Makefile
5 lines
300 B
Makefile
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
|