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)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 9 Mar 2021 19:17:47 +0000 (04:17 +0900)
commit993bdde94547887faaad4a97f0b0480a6da271c3
tree2de806971667579a8094366330a6584401d1888d
parenta38fd8748464831584a19438cbb3082b5a2dab15
kbuild: add image_name to no-sync-config-targets

'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>
Makefile