summaryrefslogtreecommitdiff
path: root/app/drivers/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'app/drivers/CMakeLists.txt')
-rw-r--r--app/drivers/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/drivers/CMakeLists.txt b/app/drivers/CMakeLists.txt
new file mode 100644
index 0000000..13f04f8
--- /dev/null
+++ b/app/drivers/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Copyright (c) 2020 The ZMK Contributors
+# SPDX-License-Identifier: MIT
+
+add_subdirectory_ifdef(CONFIG_KSCAN kscan)
+add_subdirectory_ifdef(CONFIG_SENSOR sensor) \ No newline at end of file