forked from Archive/PX4-Autopilot
cmake: add define for the POSIX side of eagle
This commit is contained in:
parent
13866400fa
commit
c1d112e860
|
@ -5,6 +5,12 @@ include(${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon/qurt_app.cmake)
|
|||
|
||||
set(CONFIG_SHMEM "1")
|
||||
|
||||
# This definition allows to differentiate if this just the usual POSIX build
|
||||
# or if it is for the Snapdragon.
|
||||
set(added_definitions
|
||||
-D__PX4_POSIX_EAGLE
|
||||
)
|
||||
|
||||
set(config_module_list
|
||||
drivers/device
|
||||
drivers/blinkm
|
||||
|
|
Loading…
Reference in New Issue