]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: disable header exports for UML in a straightforward way
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 1 Sep 2022 01:12:52 +0000 (10:12 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 1 Sep 2022 15:14:30 +0000 (00:14 +0900)
commitf026ef628b8e0338ba0be2510534c8252da76831
tree1622f2310906a6871cc12e84625f539c502529ad
parent41d5c6bbc2a7409f177404907407c2e55e288d47
kbuild: disable header exports for UML in a straightforward way

Previously 'make ARCH=um headers' stopped because of missing
arch/um/include/uapi/asm/Kbuild.

The error is not shown since commit 5568adfb3078 ("um: Fix W=1
missing-include-dirs warnings") added arch/um/include/uapi/asm/Kbuild.

Hard-code the unsupported architecture, so it works like before.

Fixes: 5568adfb3078 ("um: Fix W=1 missing-include-dirs warnings")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Richard Weinberger <richard@nod.at>
Makefile