mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
check-uapi: use dummy libc includes
Based on Thomas Weißschuh's series to kernel headers to no longer require an installed libc when build testing the uapi headers, the same can now be done for the scripts/check-uapi.sh script. The only required change here is to add the usr/dummy-include include path. Link: https://lore.kernel.org/lkml/20260227-kbuild-uapi-libc-v1-0-c17de0d19776@weissschuh.net/ [1] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Nathan Chancellor <nathan@kernel.org> Link: https://patch.msgid.link/20260306163309.2015837-4-arnd@kernel.org Signed-off-by: Nicolas Schier <nsc@kernel.org>
This commit is contained in:
committed by
Nicolas Schier
parent
9940ec38f1
commit
bb25b5635e
@@ -191,6 +191,7 @@ do_compile() {
|
||||
-fno-eliminate-unused-debug-types \
|
||||
-g \
|
||||
"-I${inc_dir}" \
|
||||
"-Iusr/dummy-include" \
|
||||
-include "$header" \
|
||||
-
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user