mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
px4_add_board:Add Optional LINKER_PREFIX
This commit is contained in:
committed by
David Sidrane
parent
3ed643f3d7
commit
e12bce3a20
@@ -60,6 +60,10 @@ if("${PX4_BOARD_LABEL}" STREQUAL "bootloader")
|
||||
bootloader_lib
|
||||
drivers_board
|
||||
)
|
||||
else()
|
||||
if(NOT "${PX4_BOARD_LINKER_PREFIX}" STREQUAL "")
|
||||
set(SCRIPT_PREFIX ${PX4_BOARD_LINKER_PREFIX}-)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
list(APPEND nuttx_libs
|
||||
|
||||
Reference in New Issue
Block a user