mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Add the AK sources to the Aarch64 kernel build
This commit is contained in:
parent
545ce5b595
commit
ab70268d61
Notes:
sideshowbarker
2024-07-18 02:45:14 +09:00
Author: https://github.com/jamesmintram Commit: https://github.com/SerenityOS/serenity/commit/ab70268d61f Pull-request: https://github.com/SerenityOS/serenity/pull/10453 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
else()
|
||||
set(SOURCES
|
||||
Arch/aarch64/dummy.cpp
|
||||
${AK_SOURCES}
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue