mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 12:38:16 +00:00
035f1afa7d
move tcg-runtime.c, translate-all.(ch) and translate-common.c into accel/tcg/ subdirectory and updated related trace-events file. Backports commit 244f144134d0dd182f1af8654e7f9a79fe770368 and applies relevant changes made in db432672dc50ed86dda17ac821b7eb07411a90af and d9bb58e51068dfc48746c6af0179926c8dc05bce from qemu
4 lines
171 B
Makefile
4 lines
171 B
Makefile
obj-$(CONFIG_SOFTMMU) += cputlb.o
|
|
obj-y += tcg-runtime.o tcg-runtime-gvec.o
|
|
obj-y += cpu-exec.o cpu-exec-common.o translate-all.o translate-common.o
|
|
obj-y += translator.o
|