diff options
Diffstat (limited to 'drivers/zephyr/CMakeLists.txt')
-rw-r--r-- | drivers/zephyr/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/zephyr/CMakeLists.txt b/drivers/zephyr/CMakeLists.txt deleted file mode 100644 index 03a97c6..0000000 --- a/drivers/zephyr/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -if(CONFIG_ZMK_KSCAN_GPIO_DRIVER) - # Add hello_world_driver.h to the set of global include paths. - zephyr_include_directories(.) - - zephyr_library() - zephyr_library_sources( - kscan_gpio.c - ) -endif() |