mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
Documentation: Fix search path for defconfig include list
Add `*` to make it being understood as a list.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
997b3422a3
commit
57bf9d44d2
@@ -128,11 +128,7 @@ This is also useful to script configuration changes that you perform often:
|
||||
Reference configuration
|
||||
--------------------------
|
||||
|
||||
Defconfig supports the use of #include statements to reference other configuration files.
|
||||
The default header file search path includes:
|
||||
${current directory}
|
||||
${boards}/configs/comnon
|
||||
${boards}/common/configs
|
||||
Defconfig supports the use of ``#include`` statements to reference other configuration files:
|
||||
|
||||
.. code-block::
|
||||
|
||||
@@ -141,6 +137,12 @@ The default header file search path includes:
|
||||
#include "configs/system.config"
|
||||
#include "configs/net.config"
|
||||
|
||||
The default header file search path includes:
|
||||
|
||||
* Current directory;
|
||||
* ``${boards}/configs/common``;
|
||||
* ``${boards}/common/configs``;
|
||||
|
||||
Merge configuration
|
||||
--------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user