Re: [PATCH] kbuild: introduce include/generated/global-rebuild.h

2025-05-06 Thread Nicolas Schier
On Sat, May 03, 2025 at 05:41:43PM +0900, Masahiro Yamada wrote: > Sometimes we need to trigger a global rebuild of the kernel tree - > for instance, when any of the GCC plugins changes. [1] > > This commit provides a simple mechanism to force a global rebuild > using a single header file. > > Th

[PATCH] kbuild: introduce include/generated/global-rebuild.h

2025-05-03 Thread Masahiro Yamada
Sometimes we need to trigger a global rebuild of the kernel tree - for instance, when any of the GCC plugins changes. [1] This commit provides a simple mechanism to force a global rebuild using a single header file. The top-level Makefile creates include/generated/global-rebuild.h if it does not