mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-26 12:28:32 +08:00
Add option to adjust RPMSG_BUFFER_SIZE during CMake build
Signed-off-by: Gaute Nilsson <gaute.nilsson@siemens.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
75a6520fe8
commit
2141a3c5d5
@@ -74,5 +74,9 @@ endif (WITH_ZEPHYR)
|
||||
|
||||
option (WITH_LIBMETAL_FIND "Check Libmetal library can be found" ON)
|
||||
|
||||
if (DEFINED RPMSG_BUFFER_SIZE)
|
||||
add_definitions( -DRPMSG_BUFFER_SIZE=${RPMSG_BUFFER_SIZE} )
|
||||
endif (DEFINED RPMSG_BUFFER_SIZE)
|
||||
|
||||
message ("-- C_FLAGS : ${CMAKE_C_FLAGS}")
|
||||
# vim: expandtab:ts=2:sw=2:smartindent
|
||||
|
||||
Reference in New Issue
Block a user