From 7304e20731980078a7bfe138a20a8d13653fed7b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 27 Feb 2021 18:24:38 +0100 Subject: Started basic paging port from skiftOS --- libc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index 9ac6c67..3bf4473 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -3,6 +3,7 @@ # TODO: Remove serial and cpu from libc? COBJS = sanitize.o \ str.o \ + alloc.o \ mem.o \ math.o \ conv.o \ -- cgit v1.2.3