0bd95509f6
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)
|