Separated font and kernel image builds.

This commit is contained in:
Kyle J Cardoza 2024-07-12 17:07:06 -04:00
parent 9c087e6490
commit 52f06b7d15
1 changed files with 1 additions and 3 deletions

View File

@ -27,5 +27,3 @@ build/kernel.bin: $(KERNEL_OBJ)
echo "$(FONTS)"
$(LD) -o $@ config/kernel.scm $(LDFLAGS) $(KERNEL_LDFLAGS) $^
mv build/kernel.raw $@
src/kernel/hardware/vera/vera_font.o: $(FONTS)