Skip to content
Snippets Groups Projects
Commit cd902d32 authored by Kabir Mohammed's avatar Kabir Mohammed Committed by Lorenz Meier
Browse files

Relocate DF_RPI define

parent 8b1ca2ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ include(posix/px4_impl_posix)
add_definitions(
-D__PX4_POSIX_RPI
-D__DF_LINUX # For DriverFramework
-D__DF_RPI # For DriverFramework
)
......
......@@ -70,10 +70,6 @@ foreach(tool echo grep rm mkdir nm cp touch make unzip)
endif()
endforeach()
add_definitions(
-D __DF_RPI
)
set(LINKER_FLAGS "-Wl,-gc-sections")
set(CMAKE_EXE_LINKER_FLAGS ${LINKER_FLAGS})
set(CMAKE_C_FLAGS ${C_FLAGS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment