build: allow automatic git submodule updates to be disabled
[qemu/ar7.git] / accel / tcg / Makefile.objs
blob228cd84fa44eb3bc34de7c7199f27b704618ac6b
1 obj-$(CONFIG_SOFTMMU) += tcg-all.o
2 obj-$(CONFIG_SOFTMMU) += cputlb.o
3 obj-y += tcg-runtime.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