aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-09-11 18:33:26 -0300
committerRichard Henderson <richard.henderson@linaro.org>2017-09-17 06:52:19 -0700
commit61a3f8f6c047620f4d55ade4f5607a9d019984c6 (patch)
tree8e3e065d1e4d4ba3647b41c23d5b8208015c75f1 /accel/tcg/Makefile.objs
parent58410666688690ae2bd1acb2b31c0ba8661b83d1 (diff)
downloadqemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.zip
qemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.tar.gz
qemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.tar.bz2
accel/tcg: move tcg-runtime to accel/tcg/
Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20170911213328.9701-4-f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/Makefile.objs')
-rw-r--r--accel/tcg/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/tcg/Makefile.objs b/accel/tcg/Makefile.objs
index f2422d0..228cd84 100644
--- a/accel/tcg/Makefile.objs
+++ b/accel/tcg/Makefile.objs
@@ -1,5 +1,6 @@
obj-$(CONFIG_SOFTMMU) += tcg-all.o
obj-$(CONFIG_SOFTMMU) += cputlb.o
+obj-y += tcg-runtime.o
obj-y += cpu-exec.o cpu-exec-common.o translate-all.o
obj-y += translator.o