]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add target to check header usability
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 24 Apr 2025 11:48:11 +0000 (13:48 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:31:49 +0000 (15:31 +0200)
commita6a054c8ad32b04c2e5d3cc5592fa737a2bb771f
treec4967327d11596ecca82890c5592c03f32869b21
parente90ce42e81381665dbcedc5fa12e74759ee89639
tools/nolibc: add target to check header usability

Each nolibc header should be valid for inclusion irrespective of any
special ordering requirements.

Add a new make target, based on the old kbuild "make header_check" target
to validate this requirement.

For now the check fails, but the following commits will fix the issues.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250424-nolibc-header-check-v1-1-011576b6ed6f@linutronix.de
tools/include/nolibc/Makefile