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 --- doc/develop/makefiles.rst | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/develop') diff --git a/doc/develop/makefiles.rst b/doc/develop/makefiles.rst index 593556f4dd5..f124abbf536 100644 --- a/doc/develop/makefiles.rst +++ b/doc/develop/makefiles.rst @@ -395,9 +395,6 @@ more details, with real examples. These three flags apply only to the kbuild makefile in which they are assigned. They are used for all the normal cc, as and ld invocations happening during a recursive build. - Note: Flags with the same behaviour were previously named: - EXTRA_CFLAGS, EXTRA_AFLAGS and EXTRA_LDFLAGS. - They are still supported but their usage is deprecated. ccflags-y specifies options for compiling with $(CC). -- cgit v1.2.3