Some prettier init code

This commit is contained in:
Imbus 2025-06-26 05:57:35 +02:00
parent a9f7cb8cf7
commit 5948d6c8e8
2 changed files with 18 additions and 5 deletions

View file

@ -27,7 +27,7 @@ CFLAGS += -fno-omit-frame-pointer # More reliable backtraces in GDB
all: kernel.elf
kernel.elf: entry.o start.o lib/string.o
kernel.elf: entry.o start.o lib/string.o lib/proc.o lib/spinlock.o lib/proc.o
@echo LD $@
@$(LD) $(LDFLAGS) -o $@ $^