tests/tcg/Makefile.target: fix path to config-host.mak
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 10 Oct 2019 10:34:53 +0000 (11:34 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 28 Oct 2019 15:12:38 +0000 (15:12 +0000)
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: fc76c56d3f4
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
tests/tcg/Makefile.target

index 5a9a6faba4e5aa80a30016539985cc492de74ba0..84abbd24f3477ec36bbf5431518aa70343f74f74 100644 (file)
@@ -30,7 +30,7 @@
 #
 
 all:
--include ../../config-host.mak
+-include ../../../config-host.mak
 -include ../config-$(TARGET).mak
 
 # for including , in command strings