Home
last modified time | relevance | path

Searched full:include_file (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/application_development/gen_inc_file/
Dtestcase.yaml2 buildsystem.include_file:
/Zephyr-latest/soc/nordic/
DCMakeLists.txt21 set(include_flag $<TARGET_PROPERTY:compiler,include_file>$<SEMICOLON>)
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake151 set_compiler_property(PROPERTY include_file)
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake257 set_compiler_property(PROPERTY include_file -include)
/Zephyr-latest/scripts/
Dcheckpatch.pl888 open(my $include_file, '<', "$file")
890 my $text = <$include_file>;
891 close($include_file);
5361 $ctx !~ /^.\s*#\s*define\s+TRACE_(?:SYSTEM|INCLUDE_FILE|INCLUDE_PATH)\b/)