Build Hosted SW without proprietary libraries #337

Merged
muellerr merged 8 commits from build_host_without_proprietary_libs into develop 2023-01-09 16:07:55 +01:00
Showing only changes of commit 1d8549f810 - Show all commits

View File

@ -402,15 +402,14 @@ endif()
add_subdirectory(thirdparty)
if(EIVE_ADD_LINUX_FILES)
# add_subdirectory(${LIB_ARCSEC_PATH})
if(TGT_BSP MATCHES "arm/q7s")
add_subdirectory(${LIB_GOMSPACE_PATH})
add_subdirectory(${LIB_ARCSEC_PATH})
endif()
add_subdirectory(${LINUX_PATH})
endif()
add_subdirectory(${BSP_PATH})
if(UNIX AND TGT_BSP MATCHES "arm/q7s")
# add_subdirectory(${LIB_GOMSPACE_PATH})
endif()
add_subdirectory(${COMMON_PATH})
add_subdirectory(${DUMMY_PATH})