zephyr/subsys/power/CMakeLists.txt

7 lines
127 B
CMake

zephyr_sources(
power.c
device.c
)
zephyr_sources_ifdef(CONFIG_PM_CONTROL_STATE_LOCK pm_ctrl.c)
add_subdirectory(policy)