tcg/tci: fix tcg-interpreter build
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 20 Jun 2017 16:30:09 +0000 (13:30 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Jun 2017 17:39:15 +0000 (18:39 +0100)
fix regression from commit 244f144134:

    $ make subdir-arm-softmmu
    make[1]: *** No rule to make target 'tci.o', needed by 'qemu-system-arm'.  Stop.
    Makefile:328: recipe for target 'subdir-arm-softmmu' failed
    make: *** [subdir-arm-softmmu] Error 2

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170620163009.21764-1-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Makefile.target

index 3d49f2945741ba254145e61a160f1fd2d25768ab..0066579090c389a26ff2792ff47393ee01a6b44d 100644 (file)
@@ -92,7 +92,7 @@ obj-y += exec.o
 obj-y += accel/
 obj-y += tcg/tcg.o tcg/tcg-op.o tcg/optimize.o
 obj-y += tcg/tcg-common.o tcg/tcg-runtime.o
-obj-$(CONFIG_TCG_INTERPRETER) += tci.o
+obj-$(CONFIG_TCG_INTERPRETER) += tcg/tci.o
 obj-$(CONFIG_TCG_INTERPRETER) += disas/tci.o
 obj-y += fpu/softfloat.o
 obj-y += target/$(TARGET_BASE_ARCH)/