mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 03:52:30 +00:00
In d540cf8877
I tried to optionally enable the cache management
functions in Open-AMP introducing a new CONFIG_OPENAMP_WITH_DCACHE
symbol.
This is not working. Introduce a proper fix to have this actually
working correctly as intended.
Signed-off-by: Carlo Caione <ccaione@baylibre.com>
9 lines
211 B
CMake
9 lines
211 B
CMake
#
|
|
# Copyright (c) 2020, STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_include_directories_ifdef(CONFIG_OPENAMP_RSC_TABLE .)
|
|
zephyr_sources_ifdef(CONFIG_OPENAMP_RSC_TABLE resource_table.c)
|