Skip to content

Commit 993bdde

Browse files
committed
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 <[email protected]>
1 parent a38fd87 commit 993bdde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ no-dot-config-targets := $(clean-targets) \
264264
$(version_h) headers headers_% archheaders archscripts \
265265
%asm-generic kernelversion %src-pkg dt_binding_check \
266266
outputmakefile
267-
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease
267+
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
268+
image_name
268269
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
269270

270271
config-build :=

0 commit comments

Comments
 (0)