Skip to content

Commit

Permalink
Kernel: Fix aarch64 kernel build on case sensitive file systems
Browse files Browse the repository at this point in the history
The dummy file has the wrong case, so it would fail to be found on case
sensitive file systems.
  • Loading branch information
bgianfo committed Apr 3, 2022
1 parent d6e4a25 commit 8b75099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b75099

Please sign in to comment.