1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00

Kernel: Include CommandLine as a part of aarch64

This commit is contained in:
Filiph Sandström 2022-08-06 19:49:19 +02:00 committed by Linus Groh
parent fcd1cf4e1b
commit 3b331a83e2
3 changed files with 11 additions and 20 deletions

View file

@ -468,6 +468,8 @@ else()
Arch/aarch64/vector_table.S
# Files from base Kernel
CommandLine.cpp
KString.cpp
KSyms.cpp
MiniStdLib.cpp
UBSanitizer.cpp