tests/tcg/Makefile.target: fix path to config-host.mak

Since moving where the tests are run the path to config-host.mak has
been wrong. This doesn't affect much but things like the time fallback
for CONFIG_DEBUG_TCG and will also get in the way of checking for
PLUGINS support.

Fixes: fc76c56d3f
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Alex Bennée 2019-10-10 11:34:53 +01:00
parent 671f760b93
commit 899ba5edd8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#
all:
-include ../../config-host.mak
-include ../../../config-host.mak
-include ../config-$(TARGET).mak
# for including , in command strings