Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / accel / tcg / Makefile.objs
blobd381a02f347e2c583e6f3234cb611a60c796a6aa
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