Kernel: Add the AK sources to the Aarch64 kernel build

This commit is contained in:
James Mintram 2021-10-14 00:06:29 +01:00 committed by Linus Groh
parent 545ce5b595
commit ab70268d61

View file

@ -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()