commit | e245f37130e2d379b3f56a9111e31c980b9854b7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 01 16:55:24 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 11 12:16:44 2025 -0600 |
tree | db2512bc07b279b4ce3b92bce1daa959cdb57e9a | |
parent | ab4bd309fb37d3c92985bc5f22c879cb21268c31 [diff] |
doc/develop/codingstyle.rst: Add a section on conditional compilation In order to make a start on explaining how and when to use certain macros, we need to document their usage somewhere. As a first step, take section 21 of the v6.13 Linux Kernel coding-style document on conditional compilation, verbatim, and add it to our documentation. Further rewording to be clearer about U-Boot will be done next. Signed-off-by: Tom Rini <trini@konsulko.com>