mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: remove quotes in ldgen documentation for adding fragment file
This commit is contained in:
parent
b3827a4b74
commit
9d324fecb7
@ -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
|
||||
"""""
|
||||
|
@ -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
|
||||
"""""
|
||||
|
Loading…
Reference in New Issue
Block a user