summaryrefslogtreecommitdiffstats
path: root/tests/tcg
diff options
context:
space:
mode:
authorPaolo Bonzini2020-09-01 18:10:05 +0200
committerPaolo Bonzini2020-09-08 11:43:16 +0200
commit660f79309303d696531ffb394719dfab3e0c42c0 (patch)
tree2a01f6b4dce406ad9c087d688b52e7555294197f /tests/tcg
parentMakefile: remove dead variables and includes (diff)
downloadqemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.gz
qemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.xz
qemu-660f79309303d696531ffb394719dfab3e0c42c0.zip
Makefile: inline the relevant parts of rules.mak
Most of rules.mak is not used anymore, just inline what's needed. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/tcg')
-rw-r--r--tests/tcg/Makefile.qemu2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tcg/Makefile.qemu b/tests/tcg/Makefile.qemu
index f8ad4c47be..0332bad10f 100644
--- a/tests/tcg/Makefile.qemu
+++ b/tests/tcg/Makefile.qemu
@@ -8,8 +8,6 @@
# to do it for us.
#
-include $(SRC_PATH)/rules.mak
-
# The configure script fills in extra information about
# useful docker images or alternative compiler flags.