Skip to content

Commit

Permalink
tests/tcg/Makefile.target: fix path to config-host.mak
Browse files Browse the repository at this point in the history
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: fc76c56
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
stsquad committed Oct 28, 2019
1 parent 671f760 commit 899ba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tcg/Makefile.target
Expand Up @@ -30,7 +30,7 @@
#

all:
-include ../../config-host.mak
-include ../../../config-host.mak
-include ../config-$(TARGET).mak

# for including , in command strings
Expand Down

0 comments on commit 899ba5e

Please sign in to comment.