mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
docs: remove quotes in ldgen documentation for adding fragment file
This commit is contained in:
@ -36,7 +36,7 @@ add an entry to it from the component, set the variable ``COMPONENT_ADD_LDFRAGME
|
|||||||
.. code-block:: make
|
.. code-block:: make
|
||||||
|
|
||||||
# file paths relative to component Makefile
|
# 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
|
CMake
|
||||||
"""""
|
"""""
|
||||||
|
@ -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 += path/to/linker_fragment_file.lf
|
||||||
|
|
||||||
CMake
|
CMake
|
||||||
"""""
|
"""""
|
||||||
|
Reference in New Issue
Block a user