From 9dacc24a4ae727ff6f323cdc326f7d1998298b78 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Thu, 21 Nov 2024 15:55:38 -0600 Subject: [PATCH] chore: completed missing parts of makefile. --- code/boot/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/code/boot/makefile b/code/boot/makefile index cbd073b..518aeec 100644 --- a/code/boot/makefile +++ b/code/boot/makefile @@ -30,6 +30,7 @@ all: $(TARGET) @echo "" $(TARGET): $(OBJS) + $(LD) -s boot.ld -o $@ $< $(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s -@mkdir -p $(BUILDDIR)