mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
posix/qurt cmake: fix eagle upload
This commit is contained in:
@@ -35,7 +35,7 @@ if ("${BOARD}" STREQUAL "eagle")
|
||||
BOARD ${BOARD}
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/mainapp
|
||||
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/mainapp.config
|
||||
DEPENDS build_mainapp_apps
|
||||
DEPENDS mainapp
|
||||
DEST /home/linaro)
|
||||
|
||||
else()
|
||||
|
||||
@@ -55,7 +55,7 @@ else()
|
||||
FILES ${CMAKE_CURRENT_BINARY_DIR}/libmainapp.so
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libpx4muorb_skel.so
|
||||
${CMAKE_SOURCE_DIR}/posix-configs/eagle/flight/px4.config
|
||||
DEPENDS build_mainapp_dsp build_mainapp_dsp
|
||||
DEPENDS mainapp px4muorb_skel
|
||||
DEST /usr/share/data/adsp)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user