mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:27:35 +00:00
Kernel: Fix aarch64 kernel build on case sensitive file systems
The dummy file has the wrong case, so it would fail to be found on case sensitive file systems.
This commit is contained in:
parent
d6e4a25e0c
commit
8b750998d2
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ else()
|
|||
Arch/aarch64/UART.cpp
|
||||
Arch/aarch64/Utils.cpp
|
||||
|
||||
Arch/aarch64/Dummy.cpp
|
||||
Arch/aarch64/dummy.cpp
|
||||
|
||||
# Preload specific
|
||||
Arch/aarch64/init.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue