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:
Brian Gianforcaro 2022-04-03 15:09:44 -07:00 committed by Brian Gianforcaro
parent d6e4a25e0c
commit 8b750998d2
Notes: sideshowbarker 2024-07-17 14:29:45 +09:00

View file

@ -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