From 203776e1e0b27786775b01a8bcfdd14b3e3d1816 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 21 Feb 2022 16:38:41 +0000 Subject: split out paging functions --- kc/boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kc/boot/Makefile') diff --git a/kc/boot/Makefile b/kc/boot/Makefile index 36d069e..159fec1 100644 --- a/kc/boot/Makefile +++ b/kc/boot/Makefile @@ -9,7 +9,7 @@ TARGET := efi.os CPPFLAGS += -I../../api -I ../api OBJS := entry_x86_64.o reloc_x86_64.o kc_main.o elf64.o memcmp.o memcpy.o \ - memmove.o memset.o + memmove.o memset.o loader_paging.o DEPS := $(patsubst %.o,%.d,$(OBJS)) -- cgit v1.3.1-1-g115d