mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-26 23:17:23 -07:00
move tcg-runtime.c, translate-all.(ch) and translate-common.c into accel/tcg/ subdirectory and updated related trace-events file. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-4-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
3 lines
142 B
Text
3 lines
142 B
Text
obj-$(CONFIG_SOFTMMU) += tcg-all.o
|
|
obj-$(CONFIG_SOFTMMU) += cputlb.o
|
|
obj-y += cpu-exec.o cpu-exec-common.o translate-all.o translate-common.o
|