diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-02-05 21:49:58 +0100 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-02-07 16:09:14 -0600 |
| commit | d8ad80a85b96649a6ef30976762660245ae61a25 (patch) | |
| tree | 2033ce0f79a6cb2da6eed83764c53262f93416cb /Makefile | |
| parent | c7c88b20cd4226af0c9fbdb365fb6f221501c7da (diff) | |
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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 %/ |
