chore: completed missing parts of makefile.
This commit is contained in:
@@ -30,6 +30,7 @@ all: $(TARGET)
|
|||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
$(TARGET): $(OBJS)
|
$(TARGET): $(OBJS)
|
||||||
|
$(LD) -s boot.ld -o $@ $<
|
||||||
|
|
||||||
$(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s
|
$(OBJS): $(BUILDDIR)%.o : $(SRCDIR)%.s
|
||||||
-@mkdir -p $(BUILDDIR)
|
-@mkdir -p $(BUILDDIR)
|
||||||
|
Reference in New Issue
Block a user