From d855c0a219a180497c2e50f9bc19bfce69b937a6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 23 Jan 2025 00:24:57 +0000 Subject: it printfs with the efi interface --- boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/Makefile') 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 -- cgit v1.3.1-1-g115d