mirror of https://gitee.com/openkylin/qemu.git
10 lines
319 B
Makefile
10 lines
319 B
Makefile
obj-$(CONFIG_SOFTMMU) += tcg-all.o
|
|
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
|
|
obj-y += translator.o
|
|
|
|
obj-$(CONFIG_USER_ONLY) += user-exec.o
|
|
obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o
|
|
obj-$(CONFIG_PLUGIN) += plugin-gen.o
|