forked from kofal.net/zmk
Initial work on Proton-C board definition.
This commit is contained in:
7
app/boards/arm/proton_c/CMakeLists.txt
Normal file
7
app/boards/arm/proton_c/CMakeLists.txt
Normal file
@@ -0,0 +1,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()
|
||||
Reference in New Issue
Block a user