cmake posix and qurt impl fix whitespace

This commit is contained in:
Daniel Agar
2017-06-14 10:14:18 -04:00
committed by Lorenz Meier
parent 61da642cc8
commit e1a3c53930
2 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ function(px4_os_add_flags)
LINK_DIRS ${LINK_DIRS} LINK_DIRS ${LINK_DIRS}
DEFINITIONS ${DEFINITIONS}) DEFINITIONS ${DEFINITIONS})
set(added_include_dirs set(added_include_dirs
src/platforms/posix/include src/platforms/posix/include
) )
+13 -13
View File
@@ -160,18 +160,18 @@ function(px4_os_add_flags)
LINK_DIRS ${LINK_DIRS} LINK_DIRS ${LINK_DIRS}
DEFINITIONS ${DEFINITIONS}) DEFINITIONS ${DEFINITIONS})
set(DSPAL_ROOT src/lib/DriverFramework/dspal) set(DSPAL_ROOT src/lib/DriverFramework/dspal)
set(added_include_dirs set(added_include_dirs
${DSPAL_ROOT}/include ${DSPAL_ROOT}/include
${DSPAL_ROOT}/sys ${DSPAL_ROOT}/sys
${DSPAL_ROOT}/sys/sys ${DSPAL_ROOT}/sys/sys
${DSPAL_ROOT}/mpu_spi/inc ${DSPAL_ROOT}/mpu_spi/inc
${DSPAL_ROOT}/uart_esc/inc ${DSPAL_ROOT}/uart_esc/inc
src/platforms/qurt/include src/platforms/qurt/include
src/platforms/posix/include src/platforms/posix/include
) )
set(added_definitions set(added_definitions
-D__PX4_QURT -D__PX4_QURT
-D__DF_QURT # For DriverFramework -D__DF_QURT # For DriverFramework
-D__PX4_POSIX -D__PX4_POSIX
@@ -179,8 +179,8 @@ function(px4_os_add_flags)
) )
# Add the toolchain specific flags # Add the toolchain specific flags
set(added_cflags) set(added_cflags)
set(added_cxx_flags) set(added_cxx_flags)
# Clear -rdynamic flag which fails for hexagon # Clear -rdynamic flag which fails for hexagon
set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")