aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-09-29 12:42:05 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-10-06 11:53:40 +0100
commitb898bf28469847cbe4e576000e83ec103bf9b174 (patch)
treed1135850001d72b19f737d0193f4d0b3bec8f026 /tests
parent15b273f8e6a4740768fba3878a346c82ef48a966 (diff)
downloadqemu-b898bf28469847cbe4e576000e83ec103bf9b174.zip
qemu-b898bf28469847cbe4e576000e83ec103bf9b174.tar.gz
qemu-b898bf28469847cbe4e576000e83ec103bf9b174.tar.bz2
configure: move tests/tcg/Makefile.prereqs to root build directory
It will not be specific to tests/tcg anymore, since it will be possible to build firmware using container-based cross compilers too. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220929114231.583801-26-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 9ed6772..9422dda 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -36,9 +36,6 @@ export SRC_PATH
SPEED = quick
--include tests/tcg/Makefile.prereqs
-tests/tcg/Makefile.prereqs: config-host.mak
-
# Per guest TCG tests
BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TCG_TESTS_TARGETS))
CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS))