mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Move the aarch64 boot.S out of the Prekernel directory
This commit is contained in:
parent
e88cd338f1
commit
c96a3f0c48
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…
Add table
Add a link
Reference in a new issue