mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Kernel: Move the aarch64 boot.S out of the Prekernel directory
This commit is contained in:
parent
e88cd338f1
commit
c96a3f0c48
Notes:
sideshowbarker
2024-07-17 10:56:08 +09:00
Author: https://github.com/FireFox317 Commit: https://github.com/SerenityOS/serenity/commit/c96a3f0c48 Pull-request: https://github.com/SerenityOS/serenity/pull/13996 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/nico
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue