summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/drivers/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/drivers/CMakeLists.txt b/app/drivers/CMakeLists.txt
index 13f04f8..b47e87a 100644
--- a/app/drivers/CMakeLists.txt
+++ b/app/drivers/CMakeLists.txt
@@ -1,5 +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
+add_subdirectory(kscan)
+add_subdirectory(sensor) \ No newline at end of file