1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_include_directories(${ZEPHYR_BASE}/drivers)
4
5zephyr_sources(
6  soc.c
7)
8