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
10 # First we need the target makefile which tells us the target architecture
11 -include $(BUILD_DIR)/$(PROBE_TARGET)/config-target.mak
13 # Then we load up the target architecture makefiles which tell us
19 -include $(SRC_PATH)/tests/tcg/$(TARGET_BASE_ARCH)/Makefile.include
20 -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.include
23 ifneq ($(DOCKER_IMAGE),)
24 DOCKER_PREREQ:=docker-image-$(DOCKER_IMAGE)
29 # undefine TARGET_NAME
30 # undefine TARGET_BASE_ARCH
31 # undefine TARGET_ABI_DIR