mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
Kernel: Move common aarch64 asm functions into kernel folder and NS
This commit is contained in:
parent
68b5d00f42
commit
c2d7e200eb
6 changed files with 45 additions and 18 deletions
|
@ -23,6 +23,9 @@ if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
# Assembly
|
||||
Arch/aarch64/boot.S
|
||||
Arch/aarch64/Aarch64_asm_utils.S
|
||||
|
||||
# Shared with kernel
|
||||
../Arch/aarch64/Aarch64Asm.cpp
|
||||
)
|
||||
else()
|
||||
set(SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue