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:
parent
4b2d72cf5f
commit
ad93c6c399
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue