]> git.itanic.dy.fi Git - linux-stable/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2022 09:30:07 +0000 (11:30 +0200)
commit657d9d8ac3e602b92c0f6e02cd07ac22c95b7a54
treeacfbea34df9e40dcc8ddc6d463e77a112b5c4f02
parent12202e0f74fd0bb5aea84950ce7eab8bee4494cc
kbuild: disable header exports for UML in a straightforward way

[ Upstream commit 1b620d539ccc18a1aca1613d9ff078115a7891a1 ]

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

The error is not shown since commit ed102bf2afed ("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: ed102bf2afed ("um: Fix W=1 missing-include-dirs warnings")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Makefile