From b3b1385e7af85ba2cb1f92bc31706099f1b9d562 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sun, 28 Mar 2021 12:41:57 +0300 Subject: Move MemoryAllocator to libk --- src/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 1d85f4b..d1e2147 100644 --- a/src/makefile +++ b/src/makefile @@ -9,7 +9,6 @@ CXX_OBJ = kernel.o \ idt.o \ idt/exception.o idt/interruptgate.o idt/interrupthandler.o \ vmm.o \ - allocator.o \ scheduler.o scheduler/task.o CXX_OBJ := $(addprefix $(OBJ_DIR)/, $(CXX_OBJ)) CXX_DEP = $(CXX_OBJ:%.o=%.d) -- cgit v1.2.1