We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85af280 commit 8c7c2d2Copy full SHA for 8c7c2d2
CMakeLists.txt
@@ -552,7 +552,7 @@ endif()
552
set(syscall_macros_h ${ZEPHYR_BINARY_DIR}/include/generated/syscall_macros.h)
553
554
add_custom_target(${SYSCALL_MACROS_H_TARGET} DEPENDS ${syscall_macros_h})
555
-add_custom_command( OUTPUT ${syscall_macros_h}
+add_custom_command( OUTPUT ${syscall_macros_h}
556
COMMAND
557
${PYTHON_EXECUTABLE}
558
${ZEPHYR_BASE}/scripts/gen_syscall_header.py
0 commit comments