boot/zynq: use ./boothead.$cputype to invoke helper
This commit is contained in:
parent
2d564a5004
commit
aa0a20ed6e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue