riscv/qemu-rv: add RPTUN cmake
This adds cmake support for RPTUN.
This commit is contained in:
parent
5c8adefc67
commit
3166c6d9c6
|
@ -43,4 +43,8 @@ if(CONFIG_BUILD_PROTECTED)
|
|||
list(APPEND SRCS qemu_rv_userspace.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_RPTUN)
|
||||
list(APPEND SRCS qemu_rv_rptun.c)
|
||||
endif()
|
||||
|
||||
target_sources(arch PRIVATE ${SRCS})
|
||||
|
|
Loading…
Reference in New Issue