Skip to content

Commit

Permalink
tests/tcg: ensure we re-configure if configure.sh is updated
Browse files Browse the repository at this point in the history
We were only doing this if docker was enabled which isn't quite right.

Fixes: fc76c56
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191211170520.7747-17-alex.bennee@linaro.org>
  • Loading branch information
stsquad committed Dec 19, 2019
1 parent e66eae7 commit 380976f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tcg/Makefile.prereqs
Expand Up @@ -13,6 +13,6 @@ DOCKER_IMAGE:=

ifneq ($(DOCKER_IMAGE),)
build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
endif
$(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh
endif

0 comments on commit 380976f

Please sign in to comment.