summaryrefslogtreecommitdiff
path: root/zephyr/subsys/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/subsys/CMakeLists.txt')
-rw-r--r--zephyr/subsys/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/subsys/CMakeLists.txt b/zephyr/subsys/CMakeLists.txt
new file mode 100644
index 0000000000..4e1389b729
--- /dev/null
+++ b/zephyr/subsys/CMakeLists.txt
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: Apache-2.0
+
+add_subdirectory_ifdef(CONFIG_AP_PWRSEQ ap_pwrseq)