summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2017-09-11 23:33:26 +0200
committerRichard Henderson2017-09-17 15:52:19 +0200
commit61a3f8f6c047620f4d55ade4f5607a9d019984c6 (patch)
tree8e3e065d1e4d4ba3647b41c23d5b8208015c75f1 /Makefile.target
parentaccel/tcg: move user-exec to accel/tcg/ (diff)
downloadqemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.tar.gz
qemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.tar.xz
qemu-61a3f8f6c047620f4d55ade4f5607a9d019984c6.zip
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 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 520305b025..6361f957fb 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -94,7 +94,7 @@ all: $(PROGS) stap
obj-y += exec.o
obj-y += accel/
obj-$(CONFIG_TCG) += tcg/tcg.o tcg/tcg-op.o tcg/optimize.o
-obj-$(CONFIG_TCG) += tcg/tcg-common.o tcg/tcg-runtime.o
+obj-$(CONFIG_TCG) += tcg/tcg-common.o
obj-$(CONFIG_TCG_INTERPRETER) += tcg/tci.o
obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
obj-y += fpu/softfloat.o