]> Git Repo - qemu.git/blob - accel/tcg/Makefile.objs
accel/tcg: move user-exec to accel/tcg/
[qemu.git] / accel / tcg / Makefile.objs
1 obj-$(CONFIG_SOFTMMU) += tcg-all.o
2 obj-$(CONFIG_SOFTMMU) += cputlb.o
3 obj-y += cpu-exec.o cpu-exec-common.o translate-all.o
4 obj-y += translator.o
5
6 obj-$(CONFIG_USER_ONLY) += user-exec.o
7 obj-$(call lnot,$(CONFIG_SOFTMMU)) += user-exec-stub.o
This page took 0.024338 seconds and 4 git commands to generate.