11 lines
194 B
CMake
11 lines
194 B
CMake
|
set(incs .)
|
||
|
|
||
|
# if (CONFIG_TEMP_DETECT)
|
||
|
set(srcs bk_sensor.c temp_detect.c volt_detect.c)
|
||
|
# endif()
|
||
|
|
||
|
armino_component_register(SRCS "${srcs}"
|
||
|
INCLUDE_DIRS "${incs}"
|
||
|
PRIV_REQUIRES bk_common
|
||
|
)
|