[build] Fix minor issue in makefile

This commit is contained in:
Kevin Lange 2011-10-29 00:33:57 -05:00
parent 441acfa7c6
commit 5716e652ad

View File

@ -74,7 +74,7 @@ docs/core.pdf: docs/*.tex
# Kernel #
################
toaruos-kernel: kernel/start.o kernel/link.ld kernel/main.o ${MODULES} ${FILESYSTEMS} ${VIDEODRIVERS}
@${BEG} "LD""$<"
@${BEG} "LD" "$<"
@${LD} -T kernel/link.ld -o toaruos-kernel kernel/*.o kernel/core/*.o kernel/core/fs/*.o kernel/core/video/*.o ${ERRORS}
@${END} "LD" "$<"
@${INFO} "--" "Kernel is ready!"