diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-05-13 04:22:21 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-05-13 04:22:21 +0200 |
commit | aa0a20ed6ec2cd3d042dd1d8b93195eb14440763 (patch) | |
tree | 2fe9fcd3d0299b15739c1d3b4df6118834fa23e7 /sys/src/boot | |
parent | 2d564a5004850469b4aa5adb85bb07bdc3da03d8 (diff) |
boot/zynq: use ./boothead.$cputype to invoke helper
Diffstat (limited to 'sys/src/boot')
-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} |