1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

Kernel: Move common aarch64 asm functions into kernel folder and NS

This commit is contained in:
James Mintram 2021-11-21 01:08:07 +00:00 committed by Brian Gianforcaro
parent 68b5d00f42
commit c2d7e200eb
6 changed files with 45 additions and 18 deletions

View file

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