mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
9 lines
424 B
ReStructuredText
9 lines
424 B
ReStructuredText
=========================================================================
|
|
``Libraries.mk``, ``FlatLibs.mk``, ``ProtectedLibs.mk``, ``KernelLib.mk``
|
|
=========================================================================
|
|
|
|
Libraries.mk has the build rules for all NuttX libraries.
|
|
|
|
FlatLibs.mk, ProtectedLibs.mk, and KernelLib.mk: These control the
|
|
selection of libraries to be built, depending on the selected build mode.
|