boot/zynq: use ./boothead.$cputype to invoke helper

This commit is contained in:
cinap_lenrek 2015-05-13 04:22:21 +02:00
parent 2d564a5004
commit aa0a20ed6e

View file

@ -18,7 +18,7 @@ fsbl: $FSBLFILES
$LD -o $target -T$TEXTBASE -l $prereq $LD -o $target -T$TEXTBASE -l $prereq
fsbl.img:D: fsbl boothead.$cputype fsbl.img:D: fsbl boothead.$cputype
boothead.$cputype fsbl >fsbl.img ./boothead.$cputype fsbl >fsbl.img
%.$cputype:V: mkfile.port %.$cputype:V: mkfile.port
@{objtype=$cputype mk -f $prereq $target} @{objtype=$cputype mk -f $prereq $target}