zmk_mf68/app/boards/arm/proton_c/CMakeLists.txt
2020-06-11 23:37:47 -04:00

8 lines
174 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()