Skip to content
Snippets Groups Projects
Commit 501f3cf2 authored by James Goppert's avatar James Goppert Committed by Lorenz Meier
Browse files

Fix for tracking nuttx config changes.

parent f58c4c1c
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,7 @@ function(px4_nuttx_add_export)
DEPENDS nuttx_copy_${CONFIG}.stamp __nuttx_patch_${CONFIG})
# export
file(GLOB_RECURSE config_files ${CMAKE_SOURCE_DIR}/nuttx-configs/${CONFIG}/*)
add_custom_command(OUTPUT ${CONFIG}.export
COMMAND ${ECHO} Configuring NuttX for ${CONFIG}
COMMAND ${MAKE} -C${nuttx_src}/nuttx -j${THREADS}
......@@ -244,7 +245,7 @@ function(px4_nuttx_add_export)
-r CONFIG_ARCH_BOARD=${CONFIG} export
COMMAND ${CP} -r ${nuttx_src}/nuttx/nuttx-export.zip
${CONFIG}.export
DEPENDS ${DEPENDS} __nuttx_copy_${CONFIG})
DEPENDS ${config_files} ${DEPENDS} __nuttx_copy_${CONFIG})
# extract
add_custom_command(OUTPUT nuttx_export_${CONFIG}.stamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment