mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
Kernel/aarch64: Stub enough functions to build Random.cpp
Also update Random.cpp such that it builds for aarch64.
This commit is contained in:
parent
a998bba73b
commit
cede752cd1
3 changed files with 23 additions and 15 deletions
|
@ -474,6 +474,7 @@ else()
|
|||
set(SOURCES
|
||||
${AK_SOURCES}
|
||||
${RPI_SOURCES}
|
||||
${CRYPTO_SOURCES}
|
||||
|
||||
Arch/Processor.cpp
|
||||
|
||||
|
@ -506,6 +507,7 @@ else()
|
|||
MiniStdLib.cpp
|
||||
Process.cpp
|
||||
ProcessProcFSTraits.cpp
|
||||
Random.cpp
|
||||
Scheduler.cpp
|
||||
StdLib.cpp
|
||||
Time/TimeManagement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue