Skip to content

Commit

Permalink
cmake: Compile with WITH_DCACHE
Browse files Browse the repository at this point in the history
Use WITH_DCACHE option for all cache operations:
vrings, buffers and resource table.
The other options will be deprecated.

Signed-off-by: Iuliana Prodan <[email protected]>
  • Loading branch information
iuliana-prodan authored and carlocaione committed Oct 19, 2023
1 parent 161567e commit 214f9fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ else()
set(WITH_VIRTIO_DEVICE OFF CACHE BOOL "" FORCE)
endif()
if (CONFIG_OPENAMP_WITH_DCACHE)
set(WITH_DCACHE_VRINGS 1)
set(WITH_DCACHE_BUFFERS 1)
set(WITH_DCACHE_RSC_TABLE 1)
set(WITH_DCACHE 1)
endif()
set(WITH_LIBMETAL_FIND OFF CACHE BOOL "" FORCE)
set(WITH_PROXY OFF CACHE BOOL "" FORCE)
Expand Down

0 comments on commit 214f9fc

Please sign in to comment.