[PATCH v5 40/55] tests/tcg/Makefile.target: fix path to config-host.mak

Alex Bennée posted 55 patches 6 years, 3 months ago
There is a newer version of this series
[PATCH v5 40/55] tests/tcg/Makefile.target: fix path to config-host.mak
Posted by Alex Bennée 6 years, 3 months ago
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>
---
 tests/tcg/Makefile.target | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target
index 5a9a6faba4..84abbd24f3 100644
--- a/tests/tcg/Makefile.target
+++ b/tests/tcg/Makefile.target
@@ -30,7 +30,7 @@
 #
 
 all:
--include ../../config-host.mak
+-include ../../../config-host.mak
 -include ../config-$(TARGET).mak
 
 # for including , in command strings
-- 
2.20.1


Re: [PATCH v5 40/55] tests/tcg/Makefile.target: fix path to config-host.mak
Posted by Richard Henderson 6 years, 3 months ago
On 10/14/19 3:49 AM, Alex Bennée wrote:
> 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>


r~