diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-21 16:38:41 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-21 16:38:41 +0000 |
| commit | 203776e1e0b27786775b01a8bcfdd14b3e3d1816 (patch) | |
| tree | 8a48e45d996b06b532e9828575e14d1d8ffece92 /kc/boot/Makefile | |
| parent | 6002ec7d841d91d85cc55733c539594c97fc2e30 (diff) | |
split out paging functions
Diffstat (limited to 'kc/boot/Makefile')
| -rw-r--r-- | kc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
