Skip to content

Commit

Permalink
cmake: Compile with WITH_DCACHE_RSC_TABLE
Browse files Browse the repository at this point in the history
When CONFIG_OPENAMP_WITH_DCACHE is selected on the Zephyr side.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
  • Loading branch information
carlocaione committed Jul 21, 2023
1 parent 7ca13cd commit 42b7c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ endif()
if (CONFIG_OPENAMP_WITH_DCACHE)
set(WITH_DCACHE_VRINGS 1)
set(WITH_DCACHE_BUFFERS 1)
set(WITH_DCACHE_RSC_TABLE 1)
endif()
set(WITH_LIBMETAL_FIND OFF CACHE BOOL "" FORCE)
set(WITH_PROXY OFF CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 42b7c57

Please sign in to comment.