mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 13:30:36 +08:00
NuttX improve apps builtins dependencies
This commit is contained in:
committed by
David Sidrane
parent
ed9e798f86
commit
8d07c647f7
@@ -3,7 +3,7 @@ include(common/px4_upload)
|
||||
# add executable
|
||||
set(fw_name ${CONFIG}.elf)
|
||||
add_executable(${fw_name} ${PX4_SOURCE_DIR}/src/platforms/empty.c)
|
||||
add_dependencies(${fw_name} git_nuttx)
|
||||
add_dependencies(${fw_name} git_nuttx nuttx_build)
|
||||
|
||||
get_property(module_libraries GLOBAL PROPERTY PX4_LIBRARIES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user