Home
last modified time | relevance | path

Searched full:makefiles (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld8 * When using the "Unix Makefiles" generator, CMake simply
Dapp_smem_pinned.ld12 * When using the "Unix Makefiles" generator, CMake simply
/Zephyr-latest/samples/application_development/external_lib/
DCMakeLists.txt41 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
/Zephyr-latest/doc/connectivity/networking/
Dqemu_802154_setup.rst54 :gen-args: -G'Unix Makefiles' -DEXTRA_CONF_FILE=overlay-qemu_802154.conf -DPCAP=capture.pcap
/Zephyr-latest/cmake/emu/
Dqemu.cmake51 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/
Dtarget.cmake21 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake17 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake50 OR (CMAKE_GENERATOR MATCHES "Makefiles")
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake52 OR (CMAKE_GENERATOR MATCHES "Makefiles")
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst225 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/
Dtest_environment.py294 generator='Unix Makefiles',
/Zephyr-latest/doc/_extensions/zephyr/
Dapplication.py204 gen_arg = ' -G\'Unix Makefiles\'' if generator == 'make' else ''
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst98 can be parsed as makefiles (though Zephyr doesn't use this). Having
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst135 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/
Dindex.rst71 set of Makefiles or Ninja files to drive the build process, but the CMake
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py39 # and logs, generated Makefiles, etc. compared to when users invoke these
1017 self.generator = "Unix Makefiles"
/Zephyr-latest/doc/develop/application/
Dindex.rst813 - to use ``make`` just once, add ``-- -G"Unix Makefiles"`` to the west build
817 "Unix Makefiles"``.
/Zephyr-latest/scripts/west_commands/
Dbuild.py717 elif generator == 'Unix Makefiles':
/Zephyr-latest/
DCMakeLists.txt1950 if(CMAKE_GENERATOR STREQUAL "Unix Makefiles")
/Zephyr-latest/cmake/modules/
Dextensions.cmake2298 # https://www.kernel.org/doc/Documentation/kbuild/makefiles.txt
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py114 the Kbuild makefiles and referenced inside Kconfig files, via e.g.