mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Kernel: Re-add AK files to aarch64
This commit is contained in:
parent
d79c772c87
commit
2e63215346
Notes:
sideshowbarker
2024-07-17 14:35:23 +09:00
Author: https://github.com/jamesmintram Commit: https://github.com/SerenityOS/serenity/commit/2e63215346 Pull-request: https://github.com/SerenityOS/serenity/pull/13447
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue