]> www.infradead.org Git - users/willy/pagecache.git/commit
kbuild: implement CONFIG_HEADERS_INSTALL for Usermode Linux
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 17 Feb 2025 10:59:21 +0000 (11:59 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:19:44 +0000 (21:19 +0900)
commit268d191abc57a89f4ed92efcb276aae54f86c88c
treeaf44b3958b69fbe4793bd6c5b4ae7ee121b34d6c
parent700bd25bd4f47a0f4e02e0a25dde05f1a6b16eea
kbuild: implement CONFIG_HEADERS_INSTALL for Usermode Linux

userprogs sometimes need access to UAPI headers.
This is currently not possible for Usermode Linux, as UM is only
a pseudo architecture built on top of a regular architecture and does
not have its own UAPI.
Instead use the UAPI headers from the underlying regular architecture.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
lib/Kconfig.debug