]> Git Repo - qemu.git/blob - accel/tcg/Makefile.objs
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into staging
[qemu.git] / accel / tcg / Makefile.objs
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
6
7 obj-$(CONFIG_USER_ONLY) += user-exec.o
8 obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o
This page took 0.024731 seconds and 4 git commands to generate.