Skip to content

Commit d8ad80a

Browse files
t-8chnathanchance
authored andcommitted
kbuild: remove dependency of run-command on config
The run-command target does not always require a kernel configuration to be present. Drop the dependency so it can be executed without one. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Reviewed-by: Nicolas Schier <nsc@kernel.org> Link: https://patch.msgid.link/20260205-kbuild-run-command-v1-1-b8cbbc3db270@weissschuh.net Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent c7c88b2 commit d8ad80a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,8 @@ no-dot-config-targets := $(clean-targets) \
295295
cscope gtags TAGS tags help% %docs check% coccicheck \
296296
$(version_h) headers headers_% archheaders archscripts \
297297
%asm-generic kernelversion %src-pkg dt_binding_check \
298-
outputmakefile rustavailable rustfmt rustfmtcheck
298+
outputmakefile rustavailable rustfmt rustfmtcheck \
299+
run-command
299300
no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
300301
image_name
301302
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %/

0 commit comments

Comments
 (0)