7 lines
196 B
CMake
7 lines
196 B
CMake
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
# Copyright (c) 2024 sensry.io
|
||
|
|
||
|
zephyr_include_directories(${SOC_FAMILY}/${SOC_SERIES}/common)
|
||
|
|
||
|
add_subdirectory_ifdef(CONFIG_SOC_SERIES_SY1XX ganymed/sy1xx)
|