You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
541 B
15 lines
541 B
8 years ago
|
# Excelsior is the code name of a board currently in development.
|
||
|
#
|
||
|
# This cmake config builds for POSIX, so the part of the flight stack running
|
||
|
# on the Linux side of the Snapdragon.
|
||
|
|
||
|
include(configs/posix_sdflight_legacy)
|
||
|
|
||
|
set(CMAKE_TOOLCHAIN_FILE ${PX4_SOURCE_DIR}/cmake/cmake_hexagon/toolchain/Toolchain-arm-oemllib32-linux-gnueabi.cmake)
|
||
|
# This definition allows to differentiate if this just the usual POSIX build
|
||
|
# or if it is for the Snapdragon.
|
||
|
add_definitions(
|
||
|
-D__PX4_POSIX_EXCELSIOR
|
||
|
-D__USING_SNAPDRAGON_LEGACY_DRIVER
|
||
|
)
|