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

list(APPEND EXTRA_DTC_FLAGS "-qq")

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