mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
nuttx: add nuttx_context dependency to jlink-nuttx build (#26505)
This commit is contained in:
parent
79bf7810d4
commit
a06f062bf7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user