]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
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)
commit8dfaf23ae1f2273a9730a9b309cc8471269bb524
treee3ed449ae526b4dedb5d17750238231384179178
parente85c0d14014514a2f0faeae5b4c23fab5b234de4
tcg/tci: fix tcg-interpreter build

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