Lines Matching +full:configuration +full:- +full:dir
1 # SPDX-License-Identifier: Apache-2.0
5 # Zephyr build system configuration files.
13 # - CONF_FILE: List of Kconfig fragments
14 # - EXTRA_CONF_FILE: List of additional Kconfig fragments
15 # - DTC_OVERLAY_FILE: List of devicetree overlay files
16 # - EXTRA_DTC_OVERLAY_FILE List of additional devicetree overlay files
17 # - DTS_EXTRA_CPPFLAGS List of additional devicetree preprocessor defines
18 # - APPLICATION_CONFIG_DIR: Root folder for application configuration
24 # use only and may be removed, renamed, or re-purposed without prior notice.
59 set(APPLICATION_CONFIG_DIR ${APPLICATION_CONFIG_DIR} CACHE PATH "The application configuration fold…
61 the configuration settings specified in an alternate .conf file using this parameter. \
72 # If DTC_OVERLAY_FILE is not set by the user, look for SoC and board-specific overlays
73 # in the 'boards' and `soc` configuration subdirectories.
79 # If still not found, search for other overlays in the configuration directory.
91 build the application using the DT configuration settings specified in an \
102 build_info(application source-dir VALUE ${APPLICATION_SOURCE_DIR})
103 build_info(application configuration-dir VALUE ${APPLICATION_CONFIG_DIR})