summaryrefslogtreecommitdiff
path: root/drivers/zephyr/CMakeLists.txt
blob: 03a97c6ee6bc6ef42d4734206010cface561a6d4 (plain)
1
2
3
4
5
6
7
8
9
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()