1# Copyright (c) 2024 Andrew Featherstone
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_include_directories(.)
5
6zephyr_sources(
7	soc.c
8)
9