summaryrefslogtreecommitdiff
path: root/app/boards/arm/proton_c/CMakeLists.txt
blob: 940af1fe057904f0355d5617e6bf894c465b4a1c (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: MIT

if(CONFIG_PINMUX)
zephyr_library()
zephyr_library_sources(pinmux.c)
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
endif()