Re: [PATCH] kbuild: remove dependency of run-command on config
From: Nicolas Schier
Date: Fri Feb 06 2026 - 03:21:35 EST
On Thu, Feb 05, 2026 at 09:49:58PM +0100, Thomas Weißschuh wrote:
> 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@xxxxxxxxxxxxxx>
> ---
> Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Thanks!
Reviewed-by: Nicolas Schier <nsc@xxxxxxxxxx>