Separated font and kernel image builds.
This commit is contained in:
parent
9c087e6490
commit
52f06b7d15
|
@ -26,6 +26,4 @@ build/kernel.bin: $(KERNEL_OBJ)
|
|||
echo "Linking $@..."
|
||||
echo "$(FONTS)"
|
||||
$(LD) -o $@ config/kernel.scm $(LDFLAGS) $(KERNEL_LDFLAGS) $^
|
||||
mv build/kernel.raw $@
|
||||
|
||||
src/kernel/hardware/vera/vera_font.o: $(FONTS)
|
||||
mv build/kernel.raw $@
|
Loading…
Reference in New Issue