11 lines
198 B
CMake
11 lines
198 B
CMake
|
#
|
||
|
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
zephyr_sources(
|
||
|
../riscv-privilege/common/soc_irq.S
|
||
|
../riscv-privilege/common/vector.S
|
||
|
)
|