1
Fork 0
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:
Timon Kruiper 2023-01-25 16:04:13 +01:00 committed by Linus Groh
parent b941bd55d9
commit 58cfd46a5a
2 changed files with 19 additions and 2 deletions

View file

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