docs: remove quotes in ldgen documentation for adding fragment file

Closes https://github.com/espressif/esp-idf/issues/5142
This commit is contained in:
Renz Bagaporo 2020-04-26 16:07:04 +08:00 committed by Krzysztof
parent 577aef29ad
commit 081d0d5225
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
""""" """""