Kernel: Move the aarch64 boot.S out of the Prekernel directory

This commit is contained in:
Timon Kruiper 2022-05-09 23:43:36 +02:00 committed by Linus Groh
parent e88cd338f1
commit c96a3f0c48
Notes: sideshowbarker 2024-07-17 10:56:08 +09:00
2 changed files with 1 additions and 2 deletions

View file

@ -398,8 +398,6 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
)
else()
set(PREKERNEL_SOURCES
Arch/aarch64/Prekernel/boot.S
Prekernel/UBSanitizer.cpp
)
set(RPI_SOURCES
@ -415,6 +413,7 @@ else()
${PREKERNEL_SOURCES}
${RPI_SOURCES}
Arch/aarch64/boot.S
Arch/aarch64/BootPPMParser.cpp
Arch/aarch64/CrashHandler.cpp
Arch/aarch64/Dummy.cpp