Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thomas Weißschuh and committed by
Nathan Chancellor
d8ad80a8 c7c88b20

+2 -1
+2 -1
Makefile
··· 295 295 cscope gtags TAGS tags help% %docs check% coccicheck \ 296 296 $(version_h) headers headers_% archheaders archscripts \ 297 297 %asm-generic kernelversion %src-pkg dt_binding_check \ 298 - outputmakefile rustavailable rustfmt rustfmtcheck 298 + outputmakefile rustavailable rustfmt rustfmtcheck \ 299 + run-command 299 300 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \ 300 301 image_name 301 302 single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %/