Merge branch 'bugfix/make_docs_ldgen_v4.1' into 'release/v4.1'

docs: remove quotes in ldgen documentation for adding fragment file (v4.1)

See merge request espressif/esp-idf!14002
This commit is contained in:
Krzysztof Budzynski 2021-06-18 08:44:21 +00:00
commit ac5511972f
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ fragment file. The path can either be an absolute path or a relative path from t
.. code-block:: make .. code-block:: make
COMPONENT_ADD_LDFRAGMENTS += "my_linker_fragment_file.lf" COMPONENT_ADD_LDFRAGMENTS += my_linker_fragment_file.lf
CMake CMake
""""" """""

View File

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