This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new ad93c6c399 arch/risc-v/src/qemu-rv/CMakeLists.txt: removed repeated addition of the file qemu_rv_userspace.c ad93c6c399 is described below commit ad93c6c399a54d7b7814b64a93eaccbee9424a14 Author: simbit18 <simbi...@gmail.com> AuthorDate: Tue Jun 3 12:18:37 2025 +0200 arch/risc-v/src/qemu-rv/CMakeLists.txt: removed repeated addition of the file qemu_rv_userspace.c https://github.com/apache/nuttx/blob/9897ef3cdbc55f4bf830e5be3ee11223cc1e3b56/arch/risc-v/src/qemu-rv/CMakeLists.txt#L44 aligned with the make.def file Signed-off-by: simbit18 <simbi...@gmail.com> --- arch/risc-v/src/qemu-rv/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/risc-v/src/qemu-rv/CMakeLists.txt b/arch/risc-v/src/qemu-rv/CMakeLists.txt index 4a75c5009f..0ad0742541 100644 --- a/arch/risc-v/src/qemu-rv/CMakeLists.txt +++ b/arch/risc-v/src/qemu-rv/CMakeLists.txt @@ -33,8 +33,6 @@ list( if(CONFIG_BUILD_KERNEL) list(APPEND SRCS qemu_rv_mm_init.c) -elseif(CONFIG_BUILD_PROTECTED) - list(APPEND SRCS qemu_rv_userspace.c) endif() if(CONFIG_MM_PGALLOC)