Merge branch 'bugfix/make_docs_ldgen_v3.3' into 'release/v3.3'

docs: remove quotes in ldgen documentation for adding fragment file (v3.3)

See merge request espressif/esp-idf!14004
This commit is contained in:
Krzysztof Budzynski
2021-06-22 03:28:03 +00:00
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
"""""