Skip to content

Commit e9e1f8e

Browse files
author
Zim Kalinowski
committed
Merge branch 'docs/extra_component_dirs_v4.4' into 'release/v4.4'
docs: fixed EXTRA_COMPONENT_DIRS being mispelled as EXTRA_COMPONENTS_DIRS in build-system guide (v4.4) See merge request espressif/esp-idf!22801
2 parents c707cdd + 874371c commit e9e1f8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/api-guides/build-system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ This phase sets up necessary parameters for the build.
15171517
- Add components in :idf:`components` to the build.
15181518
- The initial part of the custom ``project()`` command performs the following steps:
15191519
- Set ``IDF_TARGET`` from environment variable or CMake cache and the corresponding ``CMAKE_TOOLCHAIN_FILE`` to be used.
1520-
- Add components in ``EXTRA_COMPONENTS_DIRS`` to the build.
1520+
- Add components in ``EXTRA_COMPONENT_DIRS`` to the build.
15211521
- Prepare arguments for calling command ``idf_build_process()`` from variables such as ``COMPONENTS``/``EXCLUDE_COMPONENTS``, ``SDKCONFIG``, ``SDKCONFIG_DEFAULTS``.
15221522

15231523
The call to ``idf_build_process()`` command marks the end of this phase.

docs/zh_CN/api-guides/build-system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ ESP-IDF 构建系统的列表文件位于 :idf:`/tools/cmake` 中。实现构建
15191519
- 将 :idf:`components` 中的组件添加到构建中。
15201520
- 自定义 ``project()`` 命令的初始部分执行以下步骤:
15211521
- 在环境变量或 CMake 缓存中设置 ``IDF_TARGET`` 以及设置相应要使用的``CMAKE_TOOLCHAIN_FILE``。
1522-
- 添加 ``EXTRA_COMPONENTS_DIRS`` 中的组件至构建中
1522+
- 添加 ``EXTRA_COMPONENT_DIRS`` 中的组件至构建中
15231523
- 从 ``COMPONENTS``/``EXCLUDE_COMPONENTS``、``SDKCONFIG``、``SDKCONFIG_DEFAULTS`` 等变量中为调用命令 ``idf_build_process()`` 准备参数。
15241524

15251525
调用 ``idf_build_process()`` 命令标志着这个阶段的结束。

0 commit comments

Comments
 (0)