fix(drivers): Remove conditional from directories.
This commit is contained in:
parent
54cbc07e6e
commit
ca38894e07
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
add_subdirectory(kscan)
|
||||
add_subdirectory(sensor)
|
Loading…
Reference in a new issue