mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Kernel: Add Syscall.cpp to aarch64 build
This commit is contained in:
parent
b941bd55d9
commit
58cfd46a5a
2 changed files with 19 additions and 2 deletions
|
@ -261,6 +261,7 @@ set(KERNEL_SOURCES
|
|||
Scheduler.cpp
|
||||
ScopedCritical.cpp
|
||||
StdLib.cpp
|
||||
Syscall.cpp
|
||||
Syscalls/anon_create.cpp
|
||||
Syscalls/alarm.cpp
|
||||
Syscalls/beep.cpp
|
||||
|
@ -402,7 +403,6 @@ if ("${SERENITY_ARCH}" STREQUAL "x86_64")
|
|||
Interrupts/SpuriousInterruptHandler.cpp
|
||||
kprintf.cpp
|
||||
Panic.cpp
|
||||
Syscall.cpp
|
||||
)
|
||||
|
||||
set(KERNEL_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue