]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
kbuild: add image_name to no-sync-config-targets
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Feb 2021 06:10:25 +0000 (15:10 +0900)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 8 Apr 2021 20:42:24 +0000 (15:42 -0500)
commit1f6d515982e9d721e6376d3bcac825e57bbf79cc
treeb006de6d5a432fd18e8999bb00726c6facfad6f8
parent3c0096d8a4c01300b87c7e877e7d86dc50490850
kbuild: add image_name to no-sync-config-targets

BugLink: https://bugs.launchpad.net/bugs/1922601
[ Upstream commit 993bdde94547887faaad4a97f0b0480a6da271c3 ]

'make image_name' needs include/config/auto.conf to show the correct
output because KBUILD_IMAGE depends on CONFIG options, but should not
attempt to resync the configuration.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Makefile