aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-02-04 20:43:10 +0000
committerAlex Bennée <alex.bennee@linaro.org>2022-02-09 12:08:41 +0000
commit135e6a09a949e9dbf69003482561abe098c354e5 (patch)
treeb56f2896ef4c6ec17836668f18534ea02822cb6b
parent0a301624c2f4ced3331ffd5bce85b4274fe132af (diff)
downloadqemu-135e6a09a949e9dbf69003482561abe098c354e5.zip
qemu-135e6a09a949e9dbf69003482561abe098c354e5.tar.gz
qemu-135e6a09a949e9dbf69003482561abe098c354e5.tar.bz2
tests/Makefile.include: clean-up old code
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>
-rw-r--r--tests/Makefile.include4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 9157a57..646c8b1 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -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