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

Kernel: Re-add AK files to aarch64

This commit is contained in:
James Mintram 2022-04-02 23:49:07 +01:00 committed by Brian Gianforcaro
parent d79c772c87
commit 2e63215346

View file

@ -390,6 +390,8 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
)
else()
set(SOURCES
${AK_SOURCES}
Arch/aarch64/BootPPMParser.cpp
Arch/aarch64/CrashHandler.cpp
Arch/aarch64/GPIO.cpp