arch/risc-v/src/qemu-rv/CMakeLists.txt: removed repeated addition of the file qemu_rv_userspace.c

9897ef3cdb/arch/risc-v/src/qemu-rv/CMakeLists.txt (L44)

aligned with the make.def file

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-06-03 12:18:37 +02:00 committed by Alan C. Assis
parent 4b2d72cf5f
commit ad93c6c399

View file

@ -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)