Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/llext/edk/ext2/
DCMakeLists.txt11 # Include EDK CFLAGS
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/ext1/
DCMakeLists.txt11 # Include EDK CFLAGS
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/ext3/
DCMakeLists.txt11 # Include EDK CFLAGS
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/
DCMakeLists.txt11 # Include EDK CFLAGS
15 include(${LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/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/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/samples/application_development/external_lib/mylib/
DMakefile23 $(CC) -c $(CFLAGS) -MD -Iinclude src/mylib.c -o $(OBJ_DIR)/mylib.o
/Zephyr-latest/tests/misc/llext-edk/extension/
DCMakeLists.txt10 include($ENV{LLEXT_EDK_INSTALL_DIR}/cmake.cflags)
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh7 unset CFLAGS
/Zephyr-latest/scripts/schemas/
Dbuild-schema.yml88 cflags:
/Zephyr-latest/scripts/native_simulator/
DMakefile73 CFLAGS:=-std=c11 ${COMMON_BUILD_FLAGS} ${NSI_BUILD_C_OPTIONS} macro
113 ${NSI_CC} ${NSI_CPPFLAGS} ${INCLUDES} ${CFLAGS} -c $< -o $@
122 ${NSI_CC} ${NSI_CPPFLAGS} ${INCLUDES} ${CFLAGS} -c $< -o $@
/Zephyr-latest/samples/application_development/external_lib/
DCMakeLists.txt59 CFLAGS=${external_project_cflags}
/Zephyr-latest/soc/silabs/silabs_siwx91x/
Dsiwx91x_isp_prepare.py97 cflags = 1
109 ret += cflags.to_bytes(2, "little")
/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/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/kernel/services/other/
Dfatal.rst25 - Add ``-D__ASSERT_ON=<level>`` to the project's CFLAGS, either on the
/Zephyr-latest/subsys/debug/
DKconfig300 CFLAGS and not Kconfig. Added solely to be able to work
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst108 echo 'unset CFLAGS CXXFLAGS' >> /etc/profile.d/unset_cflags.sh
/Zephyr-latest/
DCMakeLists.txt129 foreach(var AFLAGS CFLAGS CXXFLAGS CPPFLAGS LDFLAGS)
2258 build_info(llext-edk cflags VALUE ${llext_edk_cflags})