All series 2 devices should be able to use the same soc.h. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
9 lines
330 B
CMake
9 lines
330 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2017 Christian Taedcke
|
|
|
|
add_subdirectory(common)
|
|
zephyr_include_directories(${SOC_FAMILY})
|
|
zephyr_include_directories(${SOC_FAMILY}/${SOC_SERIES})
|
|
|
|
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_SILABS_S2 silabs_s2)
|
|
add_subdirectory_ifdef(CONFIG_SOC_SERIES_SIM3U silabs_sim3/sim3u)
|