244f144134
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>
4 lines
142 B
Makefile
4 lines
142 B
Makefile
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
|