OSDN Git Service

tests/tcg: really fix path to target configuration
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Mar 2022 10:44:39 +0000 (12:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Mar 2022 13:58:39 +0000 (15:58 +0200)
commit36e38426ff40c9ba86d4e66027f3a98747890623
tree736276fb7e853b146001e1a493da8e91f5aac0ed
parent14b61778bc968d121dd19c4e960d98c441271a7d
tests/tcg: really fix path to target configuration

This was attempted in commit 533b0a1a41 ("tests/tcg: Fix target-specific
Makefile variables path for user-mode", 2022-01-12) but it also used the
wrong path; default.mak is used for config/devices, not config/targets.

While at it, explain what the inclusion is about.

Cc: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tests/tcg/Makefile.target