rpi in linux folder now

This commit is contained in:
2021-03-23 15:35:58 +01:00
parent 29c44bfd78
commit 4023f217f6
3 changed files with 5 additions and 2 deletions

3
linux/CMakeLists.txt Normal file
View File

@ -0,0 +1,3 @@
if(TGT_BSP MATCHES "arm/raspberrypi")
add_subdirectory(rpi)
endif()