docs: remove quotes in ldgen documentation for adding fragment file

This commit is contained in:
Krzysztof 2021-06-17 10:07:04 +02:00
parent b3827a4b74
commit 9d324fecb7
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ add an entry to it from the component, set the variable ``COMPONENT_ADD_LDFRAGME
.. code-block:: make
# file paths relative to component Makefile
COMPONENT_ADD_LDFRAGMENTS += "path/to/linker_fragment_file.lf" "path/to/another_linker_fragment_file.lf"
COMPONENT_ADD_LDFRAGMENTS += path/to/linker_fragment_file.lf
CMake
"""""

View File

@ -27,7 +27,7 @@ Make
.. code-block:: make
# 文件路径相对于组件的 Makefile
COMPONENT_ADD_LDFRAGMENTS += "path/to/linker_fragment_file.lf" "path/to/another_linker_fragment_file.lf"
COMPONENT_ADD_LDFRAGMENTS += path/to/linker_fragment_file.lf
CMake
"""""