summaryrefslogtreecommitdiff
path: root/kjarna/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-17 00:28:33 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-17 00:28:33 +0000
commit69d86f5cefc58446c14436536ae895a5aef6761e (patch)
tree658221468de17cbba4bae7642ebfe58bab9e7d2e /kjarna/Makefile
parent0b62b5cd53c5ae58fe724db7d84d351466a161c9 (diff)
rename
Diffstat (limited to 'kjarna/Makefile')
-rw-r--r--kjarna/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjarna/Makefile b/kjarna/Makefile
index b02fbe6..cdfc90b 100644
--- a/kjarna/Makefile
+++ b/kjarna/Makefile
@@ -18,7 +18,7 @@ all: $(IMAGE)
CRT_OBJS := start.o
LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o
-EFI_OBJS := file.o memory.o protocol.o runtime.o
+EFI_OBJS := file.o memory.o protocol.o image.o
APP_OBJS := main.o
OBJS := $(CRT_OBJS) $(LIB_OBJS) $(EFI_OBJS) $(APP_OBJS)