mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
a38fd87484
commit
993bdde945
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -264,7 +264,8 @@ no-dot-config-targets := $(clean-targets) \
|
||||||
$(version_h) headers headers_% archheaders archscripts \
|
$(version_h) headers headers_% archheaders archscripts \
|
||||||
%asm-generic kernelversion %src-pkg dt_binding_check \
|
%asm-generic kernelversion %src-pkg dt_binding_check \
|
||||||
outputmakefile
|
outputmakefile
|
||||||
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease
|
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
|
||||||
|
image_name
|
||||||
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
|
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
|
||||||
|
|
||||||
config-build :=
|
config-build :=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue