Documentation: Fix search path for defconfig include list
Add `*` to make it being understood as a list.
This commit is contained in:
parent
997b3422a3
commit
57bf9d44d2
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
--------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue