Move Zephyr app into subdirectory.
This commit is contained in:
parent
92b41d28e5
commit
38f1dbd984
57 changed files with 1 additions and 9 deletions
9
app/boards/arm/planck/CMakeLists.txt
Normal file
9
app/boards/arm/planck/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
list(APPEND EXTRA_DTC_FLAGS "-qq")
|
||||
|
||||
if(CONFIG_PINMUX)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue