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>
This commit is contained in:
Alex Bennée 2022-02-04 20:43:10 +00:00
parent 0a301624c2
commit 135e6a09a9
1 changed files with 0 additions and 4 deletions

View 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