mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
cmake: NuttX apps build updates
- NuttX Apps no longer generates the .built file
This commit is contained in:
parent
9767a73619
commit
b50e6bda69
@ -272,7 +272,7 @@ add_custom_target(nuttx_builtin_list_target DEPENDS ${nuttx_builtin_list})
|
||||
# APPS
|
||||
|
||||
# libapps.a
|
||||
add_custom_command(OUTPUT ${APPS_DIR}/libapps.a ${APPS_DIR}/platform/.built
|
||||
add_custom_command(OUTPUT ${APPS_DIR}/libapps.a
|
||||
COMMAND find ${APPS_DIR} -name \*.o -delete
|
||||
COMMAND make ${nuttx_build_options} --no-print-directory TOPDIR="${NUTTX_DIR}" > nuttx_apps.log
|
||||
DEPENDS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user