1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:07:45 +00:00

Kernel: Remove PREKERNEL_SOURCES from aarch64 CMakeLists.txt

This commit is contained in:
Timon Kruiper 2022-05-10 00:35:49 +02:00 committed by Linus Groh
parent 4db44c09a4
commit d451bdec6f

View file

@ -397,7 +397,6 @@ if (NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
${CRYPTO_SOURCES}
)
else()
set(PREKERNEL_SOURCES)
set(RPI_SOURCES
Arch/aarch64/RPi/Framebuffer.cpp
Arch/aarch64/RPi/GPIO.cpp
@ -408,7 +407,6 @@ else()
)
set(SOURCES
${AK_SOURCES}
${PREKERNEL_SOURCES}
${RPI_SOURCES}
Arch/aarch64/boot.S