summaryrefslogtreecommitdiff
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-03-24 12:04:46 +0000
committerAda Christine <adachristine18@gmail.com>2021-03-24 12:04:46 +0000
commitac843b4be02de473a3697bc64c25c6c3793c9e8f (patch)
tree91b40ca05cf25f6ba3050a496e239858ce7bf8ee /kernel/Makefile
parent90820d94b942cc3ecf62818e401e271217255b03 (diff)
forgot gcc wants these functions
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
index a2cee11..b51532e 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -16,7 +16,8 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic
LOADLIBES := -lgcc
SOBJS :=
-GOBJS := entry_efi.o kprint.o serial.o port.o main.o
+GOBJS := entry_efi.o kprint.o serial.o port.o main.o memory.o \
+ memset.o memcpy.o memmove.o memcmp.o
IOBJS :=
$(SOBJS): CFLAGS += -fPIC