diff options
author | Paolo Bonzini | 2020-09-01 18:10:05 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-09-08 11:43:16 +0200 |
commit | 660f79309303d696531ffb394719dfab3e0c42c0 (patch) | |
tree | 2a01f6b4dce406ad9c087d688b52e7555294197f /tests/tcg | |
parent | Makefile: remove dead variables and includes (diff) | |
download | qemu-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.qemu | 2 |
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. |