mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
Added common options for sensor drivers
uavcan_board_identity check for existance Added kconfig for compiler definitions
This commit is contained in:
committed by
Daniel Agar
parent
82888d3320
commit
815617e670
@@ -291,6 +291,10 @@ if(EXISTS ${BOARD_DEFCONFIG})
|
||||
set(PX4_BOARD_LINKER_PREFIX "" CACHE STRING "PX4 board linker prefix" FORCE)
|
||||
endif()
|
||||
|
||||
if(COMPILE_DEFINITIONS)
|
||||
add_definitions( ${COMPILE_DEFINITIONS})
|
||||
endif()
|
||||
|
||||
include(px4_impl_os)
|
||||
px4_os_prebuild_targets(OUT prebuild_targets BOARD ${PX4_BOARD})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user