added rpi support
This commit is contained in:
@ -53,7 +53,9 @@ if(CMAKE_CROSSCOMPILING)
|
||||
endif()
|
||||
|
||||
if(${TGT_BSP} MATCHES "arm/raspberrypi")
|
||||
|
||||
|
||||
set(BSP_PATH "bsp_linux")
|
||||
|
||||
else()
|
||||
|
||||
if(TGT_BSP)
|
||||
|
Reference in New Issue
Block a user