meson: target
[qemu/ar7.git] / accel / tcg / Makefile.objs
bloba92f2c454b9a789794980246943ee5cdbb42ac52
1 obj-$(CONFIG_SOFTMMU) += tcg-all.o
2 obj-$(CONFIG_SOFTMMU) += cputlb.o
3 obj-y += tcg-runtime.o tcg-runtime-gvec.o
4 obj-y += cpu-exec.o cpu-exec-common.o translate-all.o
5 obj-y += translator.o
7 obj-$(CONFIG_USER_ONLY) += user-exec.o
8 obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o
9 obj-$(CONFIG_PLUGIN) += plugin-gen.o