8 lines
171 B
CMake
8 lines
171 B
CMake
|
# Copyright (c) 2021 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
add_subdirectory(${SOC_SERIES})
|
||
|
add_subdirectory(common)
|
||
|
|
||
|
zephyr_include_directories(common)
|