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

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