Skip to content

Commit

Permalink
riscv/qemu-rv: add RPTUN cmake
Browse files Browse the repository at this point in the history
This adds cmake support for RPTUN.
  • Loading branch information
yf13 committed Aug 19, 2024
1 parent 9fdd299 commit fca70a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/risc-v/src/qemu-rv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

0 comments on commit fca70a9

Please sign in to comment.