9 lines
201 B
CMake
9 lines
201 B
CMake
|
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# This is for access to pinctrl macros
|
||
|
zephyr_include_directories(common)
|
||
|
|
||
|
add_subdirectory(${SOC_SERIES})
|