enable lp core of bl808 and change example name to triplecore

This commit is contained in:
Cjacker 2023-03-01 14:52:04 +08:00 committed by sakumisu
parent ff125a583c
commit ab70ccc953
22 changed files with 102 additions and 10 deletions

View file

@ -128,7 +128,7 @@ string(TOUPPER ${CPU_ID} CPU_ID_NAME)
sdk_add_compile_definitions(-DCPU_${CPU_ID_NAME})
endif()
if(NOT ("${CPU_ID}" STREQUAL "d0"))
if((NOT ("${CPU_ID}" STREQUAL "d0")) AND (NOT ("${CPU_ID}" STREQUAL "lp")))
sdk_add_static_library(src/pka/libpka.a)
endif()
# add_subdirectory(src/pka)