From bd3f9ee679b4d1456d0d3c261ab76788950e6096 Mon Sep 17 00:00:00 2001 From: Sughosh Ganu Date: Tue, 16 Dec 2025 11:16:24 +0200 Subject: kbuild: Bump the build system to 6.1 Our last sync with the kernel was 5.1. We are so out of sync now, that tracking the patches and backporting them one by one makes little sense and it's going to take ages. This is an attempt to sync up Makefiles to 6.1. Unfortunately due to sheer amount of patches this is not easy to review, but that's what we decided during a community call for the bump to 5.1, so we are following the same guidelines here. Signed-off-by: Sughosh Ganu Signed-off-by: Ilias Apalodimas a #rebased on -next --- scripts/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/Makefile') diff --git a/scripts/Makefile b/scripts/Makefile index 8731e6cecd7..709b8e5622a 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -4,9 +4,7 @@ # the kernel for the build process. # --------------------------------------------------------------------------- -hostprogs-$(CONFIG_BUILD_BIN2C) += bin2c - -always := $(hostprogs-y) +hostprogs-always-$(CONFIG_BUILD_BIN2C) += bin2c # Let clean descend into subdirs subdir- += basic kconfig dtc -- cgit v1.2.3