Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/cmake/
Dllext-edk.cmake6 # INTERFACE_INCLUDE_DIRECTORIES and generating a Makefile.cflags file (and a
7 # cmake.cflags one) with all flags necessary to build the extension.
158 file(WRITE ${llext_edk}/Makefile.cflags "LLEXT_CFLAGS = ${all_flags_str}")
161 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_ALL_INCLUDE_CFLAGS = ${all_inc_flags_str}")
164 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_INCLUDE_CFLAGS = ${inc_flags_str}")
167 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_GENERATED_INCLUDE_CFLAGS = ${inc_gen_flags_str}…
170 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_BASE_CFLAGS = ${base_flags_str}")
173 file(APPEND ${llext_edk}/Makefile.cflags "\n\nLLEXT_GENERATED_IMACROS_CFLAGS = ${imacros_gen_str}")
177 file(WRITE ${llext_edk}/cmake.cflags "set(LLEXT_CFLAGS ${all_flags_cmake})")
179 file(APPEND ${llext_edk}/cmake.cflags "\n\nset(LLEXT_ALL_INCLUDE_CFLAGS ${all_inc_flags_cmake})")
[all …]
/Zephyr-latest/samples/modules/thrift/hello/server/
DMakefile17 THRIFT_FLAGS += $(shell pkg-config --cflags thrift)
25 THRIFT_FLAGS += $(shell pkg-config --cflags openssl)
/Zephyr-latest/samples/modules/thrift/hello/client/
DMakefile17 THRIFT_FLAGS += $(shell pkg-config --cflags thrift)
25 THRIFT_FLAGS += $(shell pkg-config --cflags openssl)
/Zephyr-latest/samples/subsys/llext/edk/ext2/
DCMakeLists.txt15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/ext1/
DCMakeLists.txt15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/ext3/
DCMakeLists.txt15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/
DCMakeLists.txt15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/tests/misc/llext-edk/extension/
DCMakeLists.txt10 include($ENV{LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py882 cflags = 0
889 cflags |= subprocess.CREATE_NEW_PROCESS_GROUP # type: ignore
898 return subprocess.Popen(cmd, creationflags=cflags, preexec_fn=preexec, **kwargs)
/Zephyr-latest/doc/services/llext/
Dbuild.rst158 The EDK includes the convenience files ``cmake.cflags`` (for CMake-based
159 projects) and ``Makefile.cflags`` (for Make-based ones), which define a set of
/Zephyr-latest/subsys/llext/
DKconfig118 stating EDK location, used on generated Makefile.cflags. For