aboutsummaryrefslogtreecommitdiff
path: root/libk/makefile
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-22 09:59:58 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-22 09:59:58 +0200
commitfb9d73ff32de7c83552707622512be0ef1db241c (patch)
tree2187542a85c998c43952ecf39c8f9598ba8f6929 /libk/makefile
parentKconfig (diff)
downloadkernel.cpp-fb9d73ff32de7c83552707622512be0ef1db241c.tar.xz
Enable interrupts
Diffstat (limited to 'libk/makefile')
-rw-r--r--libk/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libk/makefile b/libk/makefile
index 0f75e5a..966caae 100644
--- a/libk/makefile
+++ b/libk/makefile
@@ -1,3 +1,4 @@
-CXX_OBJ += libk/string/string.o libk/string/integerview.o libk/stdlib/console.o
+CXX_OBJ += libk/string/string.o libk/string/integerview.o \
+ libk/stdlib/abort.o libk/stdlib/console.o
CXX_TEST_OBJ += libk/types/test.o libk/string/test.o