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

Add RPI2 definitions for DF

parent bcaa9902
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,10 @@ foreach(tool echo patch grep rm mkdir nm genromfs cp touch make unzip)
endif()
endforeach()
add_definitions(
-D __RPI2
)
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