[PATCH] selftests/powerpc: Fix build with USERCFLAGS set
Michael Ellerman
patch-notifications at ellerman.id.au
Sun Jul 7 08:49:57 AEST 2024
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
More information about the Linuxppc-dev
mailing list