mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
nuttx cmake: include upload.cmake if it exists (same as on posix)
This commit is contained in:
@@ -298,3 +298,7 @@ include(blackmagic)
|
|||||||
include(jlink)
|
include(jlink)
|
||||||
include(profile)
|
include(profile)
|
||||||
include(stack_check)
|
include(stack_check)
|
||||||
|
|
||||||
|
if(EXISTS "${PX4_BOARD_DIR}/cmake/upload.cmake")
|
||||||
|
include(${PX4_BOARD_DIR}/cmake/upload.cmake)
|
||||||
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user