From: Philippe Mathieu-Daudé Date: Sun, 26 Dec 2021 00:15:41 +0000 (+0100) Subject: tests/tcg: Fix target-specific Makefile variables path for user-mode X-Git-Tag: qemu-xen-4.17.0-rc4~137^2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=533b0a1a41df3d9edeb44d6dc957f04d20ca143f;p=qemu-xen.git 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é Message-Id: <20211226001541.3807919-1-f4bug@amsat.org> Signed-off-by: Paolo Bonzini --- 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