Re: [PATCH 02/12] kbuild: add header_install dependency to scripts

2024-08-07 Thread Nicolas Schier
On Wed, Aug 07, 2024 at 01:09:16AM +0200, Daniel Gomez via B4 Relay wrote: > From: Daniel Gomez > > Export kernel headers necessary for the tools located in scripts/. This > ensures kernel headers are generated before building scripts/selinux. > > Kernel headers required for building are: asm/ty

[PATCH 02/12] kbuild: add header_install dependency to scripts

2024-08-06 Thread Daniel Gomez via B4 Relay
From: Daniel Gomez Export kernel headers necessary for the tools located in scripts/. This ensures kernel headers are generated before building scripts/selinux. Kernel headers required for building are: asm/types.h, asm/bitsperlong.h and asm/poix_types.h. Signed-off-by: Daniel Gomez --- Makef