1 # -*- Mode: makefile -*-
5 # This Makefile fragment is included multiple times in the main make
6 # script to probe for available compilers. This is used to build up a
7 # selection of required docker targets before we invoke a sub-make for
12 -include $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
14 ifneq ($(DOCKER_IMAGE),)
15 build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
17 $(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
18 config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh