]> www.infradead.org Git - nvme.git/commit
kbuild: Drop support for include/asm-<arch> in headers_check.pl
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 5 Dec 2024 13:20:43 +0000 (14:20 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 21 Dec 2024 02:43:17 +0000 (11:43 +0900)
commitd67393f4d28ef0544eaf382f1123dcaf56495dc9
tree4722b6fba017c6f6d15b4f6b627e0e98e56d61ad
parentfac04efc5c793dccbd07e2d59af9f90b7fc0dca4
kbuild: Drop support for include/asm-<arch> in headers_check.pl

"include/asm-<arch>" was replaced by "arch/<arch>/include/asm" a long
time ago.  All assembler header files are now included using
"#include <asm/*>", so there is no longer a need to rewrite paths.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
usr/include/Makefile
usr/include/headers_check.pl