summaryrefslogtreecommitdiff
path: root/boot/Makefile
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2025-01-23 00:24:57 +0000
committerAda Christine <adachristine18@gmail.com>2025-01-23 00:24:57 +0000
commitd855c0a219a180497c2e50f9bc19bfce69b937a6 (patch)
tree1ff8523d41b222fb356fb3404d2a53c26a7d6a3d /boot/Makefile
parentedd52bd1464ee9ae4f0cdf7ff90a20ca175580fe (diff)
it printfs with the efi interface
Diffstat (limited to 'boot/Makefile')
-rw-r--r--boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile
index 482744f..7f4be6b 100644
--- a/boot/Makefile
+++ b/boot/Makefile
@@ -19,8 +19,8 @@ LDFLAGS := --target=$(ARCH)-unknown-windows -nostdlib -ggdb \
all: $(IMAGE)
-CRT_OBJS := start.o
-LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o
+CRT_OBJS := start.o bind.o
+LIB_OBJS := memcmp.o memset.o memcpy.o memmove.o string.o elf64.o printf.o stdio.o
EFI_OBJS := file.o memory.o protocol.o image.o
APP_OBJS := main.o