diff --git a/app/drivers/CMakeLists.txt b/app/drivers/CMakeLists.txt index 13f04f82..b47e87a2 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