mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 14:21:56 +00:00
Introduce ARC DSPLIB backend zdsp library for ARC target. Add agu and restrict attributes to map with ARC DSPLIB Signed-off-by: Siyuan Cheng <siyuanc@synopsys.com>
9 lines
229 B
CMake
9 lines
229 B
CMake
# Copyright (c) 2022 Synopsys
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(public)
|
|
|
|
zephyr_include_directories_ifdef(CONFIG_DSP_BACKEND_ARCMWDT
|
|
${ARCMWDT_TOOLCHAIN_PATH}/MetaWare/arc/lib/src/dsp/include/
|
|
)
|