aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80fe0e5..939e5e1 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,8 @@ INIT_LD != ./scripts/gen-deps --link "$(INIT_LINK).S"
include deps.mk
+$(INIT_LD): kernel.bin
+
init.elf: $(INIT_OBJECTS) $(INIT_LD)
$(GENELF) -T $(INIT_LD) $(INIT_OBJECTS) -o $@