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)