diff options
| -rw-r--r-- | sys/src/boot/zynq/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/boot/zynq/mkfile b/sys/src/boot/zynq/mkfile index a3cac74fc..90f503446 100644 --- a/sys/src/boot/zynq/mkfile +++ b/sys/src/boot/zynq/mkfile @@ -18,7 +18,7 @@ fsbl: $FSBLFILES $LD -o $target -T$TEXTBASE -l $prereq fsbl.img:D: fsbl boothead.$cputype - boothead.$cputype fsbl >fsbl.img + ./boothead.$cputype fsbl >fsbl.img %.$cputype:V: mkfile.port @{objtype=$cputype mk -f $prereq $target} |
