Browse Source
One of the few last files in misc/. It fits better under subsys/power. Signed-off-by: Anas Nashif <anas.nashif@intel.com>pull/12631/head
4 changed files with 4 additions and 4 deletions
@ -1,6 +1,7 @@
@@ -1,6 +1,7 @@
|
||||
zephyr_sources( |
||||
zephyr_sources_ifdef(CONFIG_PM_CONTROL_OS |
||||
power.c |
||||
device.c |
||||
) |
||||
zephyr_sources_ifdef(CONFIG_PM_CONTROL_STATE_LOCK pm_ctrl.c) |
||||
add_subdirectory(policy) |
||||
add_subdirectory_ifdef(CONFIG_PM_CONTROL_OS policy) |
||||
zephyr_sources_if_kconfig(reboot.c) |
||||
|
Loading…
Reference in new issue