On Sat, 06 Jul 2024 22:08:33 +1000, Michael Ellerman wrote: > Currently building the powerpc selftests with USERCFLAGS set to anything > causes the build to break: > > $ make -C tools/testing/selftests/powerpc V=1 USERCFLAGS=-Wno-error > ... > gcc -Wno-error cache_shape.c ... > cache_shape.c:18:10: fatal error: utils.h: No such file or directory > 18 | #include "utils.h" > | ^~~~~~~~~ > compilation terminated. > > [...]
Applied to powerpc/fixes. [1/1] selftests/powerpc: Fix build with USERCFLAGS set https://git.kernel.org/powerpc/c/8b7f59de92ac65aa21c7d779274dbfa577ae2d2c cheers