]> git.proxmox.com Git - mirror_qemu.git/blame - tests/tcg/Makefile.prereqs
tests/tcg: move configuration to a sub-shell script
[mirror_qemu.git] / tests / tcg / Makefile.prereqs
CommitLineData
1a7fab92
AB
1# -*- Mode: makefile -*-
2#
3# TCG Compiler Probe
4#
e50a6121 5# This Makefile fragment is included multiple times in the main make
1a7fab92
AB
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
8# each target.
9
1a7fab92 10DOCKER_IMAGE:=
1a7fab92 11
2038f8c8 12-include $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
1a7fab92 13
1a7fab92 14ifneq ($(DOCKER_IMAGE),)
fc76c56d 15build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
2038f8c8
PB
16$(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
17config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh
1a7fab92 18endif