Searched full:makefiles (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 8 * When using the "Unix Makefiles" generator, CMake simply
|
D | app_smem_pinned.ld | 12 * When using the "Unix Makefiles" generator, CMake simply
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 41 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_802154_setup.rst | 54 :gen-args: -G'Unix Makefiles' -DEXTRA_CONF_FILE=overlay-qemu_802154.conf -DPCAP=capture.pcap
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 51 if(${CMAKE_GENERATOR} STREQUAL "Unix Makefiles") 186 if(${CMAKE_GENERATOR} STREQUAL "Unix Makefiles") 196 if(${CMAKE_GENERATOR} STREQUAL "Unix Makefiles")
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 21 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 17 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 50 OR (CMAKE_GENERATOR MATCHES "Makefiles")
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 52 OR (CMAKE_GENERATOR MATCHES "Makefiles")
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 225 For example, to use the Unix Makefiles CMake generator instead of Ninja (which 228 west build -b reel_board -- -G'Unix Makefiles' 230 To use Unix Makefiles and set `CMAKE_VERBOSE_MAKEFILE`_ to ``ON``:: 232 west build -b reel_board -- -G'Unix Makefiles' -DCMAKE_VERBOSE_MAKEFILE=ON
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_environment.py | 294 generator='Unix Makefiles',
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | application.py | 204 gen_arg = ' -G\'Unix Makefiles\'' if generator == 'make' else ''
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 98 can be parsed as makefiles (though Zephyr doesn't use this). Having
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 135 needs. This change retains Kconfig as-is, and replaces all Makefiles 143 You *will* need to port your own out-of-tree scripts and Makefiles to
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 71 set of Makefiles or Ninja files to drive the build process, but the CMake
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 39 # and logs, generated Makefiles, etc. compared to when users invoke these 1017 self.generator = "Unix Makefiles"
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 813 - to use ``make`` just once, add ``-- -G"Unix Makefiles"`` to the west build 817 "Unix Makefiles"``.
|
/Zephyr-latest/scripts/west_commands/ |
D | build.py | 717 elif generator == 'Unix Makefiles':
|
/Zephyr-latest/ |
D | CMakeLists.txt | 1950 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 2298 # https://www.kernel.org/doc/Documentation/kbuild/makefiles.txt
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 114 the Kbuild makefiles and referenced inside Kconfig files, via e.g.
|