diff options
| author | Paolo Bonzini | 2022-09-29 13:42:05 +0200 |
|---|---|---|
| committer | Alex Bennée | 2022-10-06 12:53:40 +0200 |
| commit | b898bf28469847cbe4e576000e83ec103bf9b174 (patch) | |
| tree | d1135850001d72b19f737d0193f4d0b3bec8f026 /tests | |
| parent | tests/tcg: move compiler tests to Makefiles (diff) | |
| download | qemu-b898bf28469847cbe4e576000e83ec103bf9b174.tar.gz qemu-b898bf28469847cbe4e576000e83ec103bf9b174.tar.xz qemu-b898bf28469847cbe4e576000e83ec103bf9b174.zip | |
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.include | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 9ed67721e2..9422ddaece 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)) |
