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 --- service/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/Makefile') diff --git a/service/Makefile b/service/Makefile index 0917b8c..09ff0be 100644 --- a/service/Makefile +++ b/service/Makefile @@ -17,7 +17,7 @@ LDSCRIPT := kjarna.ld CRT_OBJS := start.o rtld_link.o dynamic.o elf64.o kjarna.o LIB_OBJS := memcmp.o memcpy.o memmove.o memset.o string.o stdio.o \ - printf.o + printf.o heap.o APP_OBJS := main.o OBJS := $(CRT_OBJS) $(LIB_OBJS) $(APP_OBJS) -- cgit v1.3.1-1-g115d