summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt')
-rw-r--r--zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt b/zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt
new file mode 100644
index 0000000000..69608c33e3
--- /dev/null
+++ b/zephyr/app/ec/chip/riscv/riscv-ite/CMakeLists.txt
@@ -0,0 +1,3 @@
+if (CONFIG_ESPI_IT8XXX2)
+ zephyr_library_sources_ifdef(CONFIG_AP_POWER_CONTROL it8xxx2-espi.c)
+endif () \ No newline at end of file