]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
kbuild: remove dependency of run-command on config
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 5 Feb 2026 20:49:58 +0000 (21:49 +0100)
committerNathan Chancellor <nathan@kernel.org>
Sat, 7 Feb 2026 22:09:14 +0000 (16:09 -0600)
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>
Makefile

index 93831019c17b937a8ff619d08ffa0bbf3f1252e5..a1f3b7d981881aaf85eb2c094d21c1ccbc67b5a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -295,7 +295,8 @@ no-dot-config-targets := $(clean-targets) \
                         cscope gtags TAGS tags help% %docs check% coccicheck \
                         $(version_h) headers headers_% archheaders archscripts \
                         %asm-generic kernelversion %src-pkg dt_binding_check \
-                        outputmakefile rustavailable rustfmt rustfmtcheck
+                        outputmakefile rustavailable rustfmt rustfmtcheck \
+                        run-command
 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
                          image_name
 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %/