kernel: correct dependency for printstub.$O instead of print.$O

This commit is contained in:
cinap_lenrek 2014-12-13 21:44:51 +01:00
parent ff4daa7e93
commit feb7702c9e

View file

@ -88,11 +88,10 @@ devsdp.$O: ../port/thwack.h
devproc.$O sysproc.$O: /sys/include/tos.h
devproc.$O edf.$O proc.$O: /sys/include/trace.h
boot$CONF.out: $CONF print.$O $BOOTDIR/boot.c $BOOTLIB
boot$CONF.out: $CONF printstub.$O $BOOTLIB
$BOOTDIR/mkboot $CONF > boot$CONF.c
$CC $CFLAGS boot$CONF.c
$CC $CFLAGS ../boot/printstub.c
$LD -o boot$CONF.out boot$CONF.$O $BOOTLIB printstub.$O
$LD -o boot$CONF.out boot$CONF.$O printstub.$O $BOOTLIB
bootfs.paq: ../port/bootfs.proto
mkdir -p bootfs