From: Alex Bennée Date: Fri, 4 Feb 2022 20:43:10 +0000 (+0000) Subject: tests/Makefile.include: clean-up old code X-Git-Tag: v7.0.0-rc0~59^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=135e6a09a949e9dbf69003482561abe098c354e5;p=thirdparty%2Fqemu.git 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 Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20220204204335.1689602-2-alex.bennee@linaro.org> --- diff --git a/tests/Makefile.include b/tests/Makefile.include index 9157a57b1a8..646c8b13348 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