mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Kernel: Add the AK sources to the Aarch64 kernel build
This commit is contained in:
parent
545ce5b595
commit
ab70268d61
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…
Add table
Add a link
Reference in a new issue