ci(doc): enable doc build for esp32c5
This commit is contained in:
@@ -7,7 +7,7 @@ endif()
|
||||
set(srcs "")
|
||||
set(includes "")
|
||||
|
||||
if(CONFIG_ULP_COPROC_ENABLED OR (CONFIG_IDF_DOC_BUILD AND CONFIG_SOC_ULP_SUPPORTED))
|
||||
if(CONFIG_ULP_COPROC_ENABLED OR CONFIG_IDF_DOC_BUILD)
|
||||
list(APPEND includes
|
||||
ulp_common/include)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user