summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-05 15:12:02 -0600
committerTom Rini <[email protected]>2026-01-05 15:12:02 -0600
commitc344087025a4c296468a1d5aeb61078a58baa59e (patch)
treef5a7ba04c352b3e3cb79065096ea43480f7bda2f /doc/develop
parent127a42c7257a6ffbbd1575ed1cbaa8f5408a44b3 (diff)
parent6cdd7597a2fbfc1572c1b0af23d3daf1cefa2de7 (diff)
Merge branch 'next'
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/makefiles.rst3
1 files changed, 0 insertions, 3 deletions
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).