]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/Makefile.include: clean-up old code
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 4 Feb 2022 20:43:10 +0000 (20:43 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 9 Feb 2022 12:08:41 +0000 (12:08 +0000)
This is no longer needed since a2ce7dbd91 ("meson: convert tests/qtest
to meson", 2020-08-21)

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220204204335.1689602-2-alex.bennee@linaro.org>

tests/Makefile.include

index 9157a57b1a8a77e2db7f446d32702855d9a0d625..646c8b1334886a6dfe288453624c504ab16eaf38 100644 (file)
@@ -34,10 +34,6 @@ endif
 ifneq ($(wildcard config-host.mak),)
 export SRC_PATH
 
-# Get the list of all supported sysemu targets
-SYSEMU_TARGET_LIST := $(subst -softmmu.mak,,$(notdir \
-   $(wildcard $(SRC_PATH)/configs/*-softmmu.mak)))
-
 SPEED = quick
 
 # Build up our target list from the filtered list of ninja targets