diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-07-04 07:05:58 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-07-04 07:05:58 +0200 |
commit | 1b013ba6995df165636cb33effeb26acc01e06cf (patch) | |
tree | 4599b5c072ef6f6bfcd33bd8155b747e939df208 /Kernel | |
parent | 07d11a9b6b18f28d0e343bd7f69a091ae4b550b8 (diff) | |
download | serenity-1b013ba6995df165636cb33effeb26acc01e06cf.zip |
AK: Move some of LogStream out of line & add overloads for smart pointers.
Diffstat (limited to 'Kernel')
-rw-r--r-- | Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile index 74d5dbc623..f4923e2b12 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -88,6 +88,7 @@ AK_OBJS = \ ../AK/JsonValue.o \ ../AK/JsonArray.o \ ../AK/JsonParser.o \ + ../AK/LogStream.o \ ../AK/ELF/ELFImage.o \ ../AK/ELF/ELFLoader.o |