Home
last modified time | relevance | path

Searched refs:cmake_file (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/dts/
Dgen_dts_cmake.py173 with open(args.cmake_out, "w", encoding="utf-8") as cmake_file:
174 print('add_custom_target(devicetree_target)', file=cmake_file)
175 print(file=cmake_file)
180 file=cmake_file
/Zephyr-latest/scripts/
Dzephyr_module.py260 cmake_file = os.path.join(cmake_path, 'CMakeLists.txt')
261 if os.path.isfile(cmake_file):
294 cmake_file = os.path.join(cmake_path, 'CMakeLists.txt')
295 if os.path.isfile(cmake_file):