1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Kernel: Add KSyms.cpp to the aarch64 build

This is the first step in making dump_backtrace() work.
This commit is contained in:
Timon Kruiper 2022-05-02 22:34:58 +02:00 committed by Andreas Kling
parent 442800db3e
commit 267febae55
2 changed files with 1 additions and 11 deletions

View file

@ -426,6 +426,7 @@ else()
# Files from base Kernel
Heap/kmalloc.cpp
MiniStdLib.cpp
KSyms.cpp
Memory/AddressSpace.cpp
Memory/AnonymousVMObject.cpp