mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
nuttx: add nuttx_context dependency to jlink-nuttx build (#26505)
This commit is contained in:
@@ -598,6 +598,7 @@ if(NOT NUTTX_DIR MATCHES "external")
|
||||
add_custom_target(jlink-nuttx ALL
|
||||
DEPENDS ${NUTTX_DIR}/tools/jlink-nuttx.so
|
||||
)
|
||||
add_dependencies(jlink-nuttx nuttx_context)
|
||||
|
||||
# JLINK_RTOS_PATH used by launch.json.in
|
||||
set(JLINK_RTOS_PATH ${NUTTX_DIR}/tools/jlink-nuttx.so)
|
||||
|
||||
Reference in New Issue
Block a user