diff options
author | Philippe Mathieu-Daudé | 2021-12-26 01:15:41 +0100 |
---|---|---|
committer | Paolo Bonzini | 2022-01-12 14:09:06 +0100 |
commit | 533b0a1a41df3d9edeb44d6dc957f04d20ca143f (patch) | |
tree | c6281c787bc980aabbc45eba0f1709b364e7bc52 /tests/tcg/Makefile.target | |
parent | KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS (diff) | |
download | qemu-533b0a1a41df3d9edeb44d6dc957f04d20ca143f.tar.gz qemu-533b0a1a41df3d9edeb44d6dc957f04d20ca143f.tar.xz qemu-533b0a1a41df3d9edeb44d6dc957f04d20ca143f.zip |
tests/tcg: Fix target-specific Makefile variables path for user-mode
Commit 812b31d3f91 refactor missed to update this path.
Fixes: 812b31d3f91 ("configs: rename default-configs to configs and reorganise")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211226001541.3807919-1-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/tcg/Makefile.target')
-rw-r--r-- | tests/tcg/Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target index 0f8645f782..ae8004c76e 100644 --- a/tests/tcg/Makefile.target +++ b/tests/tcg/Makefile.target @@ -33,7 +33,7 @@ all: -include ../../../config-host.mak -include ../config-$(TARGET).mak ifeq ($(CONFIG_USER_ONLY),y) --include $(SRC_PATH)/default-configs/targets/$(TARGET).mak +-include $(SRC_PATH)/configs/targets/$(TARGET)/default.mak endif # for including , in command strings |