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
Notes: sideshowbarker 2024-07-17 14:35:23 +09:00

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