2025-10-10 16:07:00 +08:00

10 lines
196 B
CMake

set(incs include/bk_private)
if (CONFIG_FLASH_ORIGIN_API)
list(APPEND srcs
BkDriverFlash.c
)
endif()
armino_component_register(SRCS "${srcs}" INCLUDE_DIRS "${incs}" PRIV_REQUIRES bk_common)