cmake: add define for the POSIX side of eagle

This commit is contained in:
Julian Oes 2016-03-22 20:18:48 +01:00
parent 13866400fa
commit c1d112e860
1 changed files with 6 additions and 0 deletions

View File

@ -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