mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
[PCS440EP] - fix compile error, if BUILD_DIR is used
This commit is contained in:
parent
239f05ee4d
commit
0115953077
2
Makefile
2
Makefile
@ -268,7 +268,7 @@ $(obj)u-boot.img: $(obj)u-boot.bin
|
|||||||
-d $< $@
|
-d $< $@
|
||||||
|
|
||||||
$(obj)u-boot.sha1: $(obj)u-boot.bin
|
$(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
|
$(obj)u-boot.dis: $(obj)u-boot
|
||||||
$(OBJDUMP) -d $< > $@
|
$(OBJDUMP) -d $< > $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user