osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / tcg / Makefile.prereqs
blob9a29604a839ff5a04b9e373aba7aa330b091d1a1
1 # -*- Mode: makefile -*-
3 # TCG Compiler Probe
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
8 # each target.
10 DOCKER_IMAGE:=
12 -include $(BUILD_DIR)/tests/tcg/config-$(PROBE_TARGET).mak
14 ifneq ($(DOCKER_IMAGE),)
15 build-tcg-tests-$(PROBE_TARGET): docker-image-$(DOCKER_IMAGE)
16 endif
17 $(BUILD_DIR)/tests/tcg/config_$(PROBE_TARGET).mak: config-host.mak
18 config-host.mak: $(SRC_PATH)/tests/tcg/configure.sh