mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
Kernel: Add Syscalls/execve.cpp to aarch64 build
This commit is contained in:
parent
1fbf562e7e
commit
b941bd55d9
3 changed files with 13 additions and 7 deletions
|
@ -272,6 +272,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/disown.cpp
|
||||
Syscalls/dup2.cpp
|
||||
Syscalls/emuctl.cpp
|
||||
Syscalls/execve.cpp
|
||||
Syscalls/exit.cpp
|
||||
Syscalls/faccessat.cpp
|
||||
Syscalls/fallocate.cpp
|
||||
|
@ -402,7 +403,6 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
kprintf.cpp
|
||||
Panic.cpp
|
||||
Syscall.cpp
|
||||
Syscalls/execve.cpp
|
||||
)
|
||||
|
||||
set(KERNEL_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue