Home
last modified time | relevance | path

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

/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/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.
20 # - cmake llext-edk cflags
158 yaml_get(llext_edk_cflags NAME build_info KEY cmake llext-edk cflags)
247 set(edk_file_MAKEFILE ${llext_edk}/Makefile.cflags)
248 set(edk_file_CMAKE ${llext_edk}/cmake.cflags)
/Zephyr-latest/soc/silabs/silabs_siwx91x/
Dsiwx91x_isp_prepare.py97 cflags = 1
109 ret += cflags.to_bytes(2, "little")
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py893 cflags = 0
900 cflags |= subprocess.CREATE_NEW_PROCESS_GROUP # type: ignore
909 return subprocess.Popen(cmd, creationflags=cflags, preexec_fn=preexec, **kwargs)
/Zephyr-latest/doc/services/llext/
Dbuild.rst163 - ``Makefile.cflags``, for Makefile-based projects;
164 - ``cmake.cflags``, for CMake-based projects.
/Zephyr-latest/subsys/llext/
DKconfig147 stating EDK location, used on generated Makefile.cflags. For
/Zephyr-latest/
DCMakeLists.txt2258 build_info(llext-edk cflags VALUE ${llext_edk_cflags})