]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitd8ad80a85b96649a6ef30976762660245ae61a25
tree2033ce0f79a6cb2da6eed83764c53262f93416cb
parentc7c88b20cd4226af0c9fbdb365fb6f221501c7da
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>
Makefile