6 lines
148 B
CMake
6 lines
148 B
CMake
|
# Copyright (c) 2022 YuLong Yao <feilongphone@gmail.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
zephyr_include_directories(.)
|
||
|
zephyr_sources(soc.c)
|