added rpi support

This commit is contained in:
2020-12-29 01:26:22 +01:00
committed by Robin Mueller
parent a817f43ae9
commit 97331100a8
4 changed files with 25 additions and 3 deletions

View File

@ -53,7 +53,9 @@ if(CMAKE_CROSSCOMPILING)
endif()
if(${TGT_BSP} MATCHES "arm/raspberrypi")
set(BSP_PATH "bsp_linux")
else()
if(TGT_BSP)