mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00: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