tests/tcg: Fix target-specific Makefile variables path for user-mode

Commit 812b31d3f9 refactor missed to update this path.

Fixes: 812b31d3f9 ("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>
staging
Philippe Mathieu-Daudé 2021-12-26 01:15:41 +01:00 committed by Paolo Bonzini
parent 1520f8bb67
commit 533b0a1a41
1 changed files with 1 additions and 1 deletions

View File

@ -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