]> 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 08:47:18 +0000 (10:47 +0200)
commitc95624ba520fcaba3fef7562f48f357eaa101eea
tree6e24db60ffb29b0ed00ae0abe8c8280632ee8a3d
parentbb6c5b187aaaba95f76275913694982fc9f8e5aa
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