mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:17:34 +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()
|
else()
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
Arch/aarch64/dummy.cpp
|
Arch/aarch64/dummy.cpp
|
||||||
|
${AK_SOURCES}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue