Lines Matching full:files
15 # - To Zephyr and application source code files, as a C macro API
25 # - To CMake files, after this module has finished running, using
28 # - To Kconfig files, both using some Kconfig symbols we generate
36 # files in scripts/dts to make all this work. We also optionally will
60 # - DTS_INCLUDE_FILES is set to a ;-list of all devicetree files
62 # system will be regenerated if any of those files change)
64 # will be ready for use in other CMake list files that run
68 # - BINARY_DIR_INCLUDE_GENERATED: where to put generated include files
70 # implementation files (like bindings, vendor prefixes, etc.) are
74 # may be found for devicetree files
75 # - KCONFIG_BINARY_DIR: where to put generated Kconfig files
83 # for devicetree files
84 # - DTC_OVERLAY_FILE: list of devicetree overlay files which will be
86 # - EXTRA_DTC_OVERLAY_FILE: list of extra devicetree overlay files.
87 # This variable is similar to DTC_OVERLAY_FILE but the files in
89 # thus files specified by EXTRA_DTC_OVERLAY_FILE have higher precedence.
177 # Find all the DTS files we need to concatenate and preprocess, as
193 build_info(devicetree user-files PATH ${DTC_OVERLAY_FILE_AS_LIST})
203 build_info(devicetree extra-user-files PATH ${EXTRA_DTC_OVERLAY_FILE_AS_LIST})
251 # Run the preprocessor on the DTS input files.
278 # Add the results to the list of files that, when change, force the
430 build_info(devicetree files PATH ${dts_files})