mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
[PCS440EP] - fix compile error, if BUILD_DIR is used
This commit is contained in:
parent
239f05ee4d
commit
0115953077
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -268,7 +268,7 @@ $(obj)u-boot.img: $(obj)u-boot.bin
|
|||
-d $< $@
|
||||
|
||||
$(obj)u-boot.sha1: $(obj)u-boot.bin
|
||||
$(obj)./tools/ubsha1 $(obj)u-boot.bin
|
||||
$(obj)tools/ubsha1 $(obj)u-boot.bin
|
||||
|
||||
$(obj)u-boot.dis: $(obj)u-boot
|
||||
$(OBJDUMP) -d $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue