5 lines
127 B
CMake
5 lines
127 B
CMake
if(CONFIG_BATT_MGMT)
|
|
zephyr_library()
|
|
zephyr_library_sources(src/batt_mgmt.c)
|
|
zephyr_include_directories(include)
|
|
endif() |