8 lines
188 B
CMake
8 lines
188 B
CMake
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
# Copyright (c) 2020 Linumiz
|
||
|
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
||
|
|
||
|
zephyr_sources(soc.c)
|
||
|
zephyr_linker_sources(NOINIT noinit.ld)
|