summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-11-25 23:44:40 +0100
committerAleksa Vuckovic <aleksav013@gmail.com>2022-11-25 23:44:40 +0100
commit5d56d1a5b4d52702eb4e4ea6f05e4b6eebf41ca8 (patch)
tree1ddc17cf4524254edf322da50e5c12261715b648 /kernel/Makefile
parent3ec35b5abeb9765c419cf896338de7d95143bc9b (diff)
UBSAN - FINALLY FIXING UNDEFINED BEHAVIOUR
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index 981af74..a8fd434 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -19,6 +19,7 @@ OBJS = \
src/fs/ext2.o \
src/libk/list.o \
src/libk/math.o \
+ src/libk/serial_stdio.o \
src/libk/stdio.o \
src/libk/string.o \
src/main.o \
@@ -31,6 +32,7 @@ OBJS = \
src/sys/syscall.o \
src/sys/userspace_asm.o \
src/sys/userspace.o \
+ src/ubsan/ubsan.o \
all: kernel.bin