File name should reflect what it contains. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
8 lines
264 B
CMake
8 lines
264 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_sources_ifdef(CONFIG_PM power.c)
|
|
zephyr_sources_ifdef(CONFIG_PM pm_ctrl.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE device.c)
|
|
zephyr_sources_ifdef(CONFIG_PM_DEVICE_RUNTIME device_runtime.c)
|
|
add_subdirectory(policy)
|