Lines Matching full:files
75 top-level directory, which in turn refers to :file:`CMakeLists.txt` files
77 set of Makefiles or Ninja files to drive the build process, but the CMake
82 include*) files are collected from the target's architecture, SoC, board,
85 :file:`*.dtsi` files are included by :file:`*.dts` files via the C
88 :file:`*.overlay` files, and to expand macros in :file:`*.dts`,
89 :file:`*.dtsi`, and :file:`*.overlay` files.
107 Files named :file:`dts_fixup.h` from the target’s architecture, SoC, board,
109 :file:`devicetree_fixups.h` file. :file:`dts_fixup.h` files are used to
117 :file:`Kconfig` files define available configuration options for for the
121 Kconfig configurations are stored in *configuration files*. The initial
148 Pre-build occurs before any source files are compiled, because during
149 this phase header files used by the source files are generated.
171 Compilation proper begins with the first-pass binary. Source files (C
174 (with reference to header files in the tree, as well as those
353 files, which also specify dependencies between symbols that determine what
363 tips and best practices for writing :file:`Kconfig` files.