summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_flash/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_flash/CMakeLists.txt')
-rw-r--r--zephyr/drivers/cros_flash/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/drivers/cros_flash/CMakeLists.txt b/zephyr/drivers/cros_flash/CMakeLists.txt
new file mode 100644
index 0000000000..a5d333bb33
--- /dev/null
+++ b/zephyr/drivers/cros_flash/CMakeLists.txt
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: Apache-2.0
+
+zephyr_library_sources_ifdef(CONFIG_CROS_FLASH_NPCX cros_flash_npcx.c)