On Wed, 12 Jul 2023 12:35:14 -0700, John Hubbard wrote:
The riscv selftests (which were modeled after the arm64 selftests) are
improperly declaring the "emit_tests" target to depend upon the "all"
target. This approach, when combined with commit 9fc96c7c19df
("selftests: error out if kernel header files are not yet built"), has
caused build failures [1] on arm64, and is likely to cause similar
failures for riscv.
[...]
Applied, thanks!
[1/1] selftests/riscv: fix potential build failure during the "emit_tests" step
https://git.kernel.org/palmer/c/8c82d2bf5944
Best regards,