Skip to content

Commit 3166c6d

Browse files
yf13xiaoxiang781216
authored andcommitted
riscv/qemu-rv: add RPTUN cmake
This adds cmake support for RPTUN.
1 parent 5c8adef commit 3166c6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/risc-v/src/qemu-rv/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ if(CONFIG_BUILD_PROTECTED)
4343
list(APPEND SRCS qemu_rv_userspace.c)
4444
endif()
4545

46+
if(CONFIG_RPTUN)
47+
list(APPEND SRCS qemu_rv_rptun.c)
48+
endif()
49+
4650
target_sources(arch PRIVATE ${SRCS})

0 commit comments

Comments
 (0)