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 5ef6d79 commit 2518210Copy full SHA for 2518210
cmake/nuttx/px4_impl_nuttx.cmake
@@ -226,7 +226,7 @@ function(px4_nuttx_add_export)
226
#COMMAND ${ECHO} Exporting NuttX for ${CONFIG}
227
COMMAND ${MAKE} --no-print-directory --quiet -C ${nuttx_src}/nuttx -j${THREADS} -r CONFIG_ARCH_BOARD=${CONFIG} export > nuttx_build.log
228
COMMAND ${CP} -r ${nuttx_src}/nuttx/nuttx-export.zip ${PX4_BINARY_DIR}/${CONFIG}.export
229
- DEPENDS ${config_files} ${DEPENDS}
+ DEPENDS ${config_files} "${PX4_SOURCE_DIR}/nuttx-configs/${CONFIG}/nsh/defconfig" ${DEPENDS}
230
WORKING_DIRECTORY ${PX4_BINARY_DIR}
231
COMMENT "Building NuttX for ${CONFIG}")
232
0 commit comments