mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-18 13:06:51 +00:00
fix LD name
SVN-Revision: 25140
This commit is contained in:
parent
0f325459ea
commit
ee87d99006
@ -73,7 +73,7 @@ Subject: [PATCH] SPARC: added U-Boot build target: uImage
|
||||
+targets += uImage
|
||||
+$(obj)/uImage: $(obj)/image.gz
|
||||
+ $(call if_changed,uimage)
|
||||
+ sparc-linux-ld -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
|
||||
+ $(LD) -Tdata $(UIMAGE_FLASHADDR) -r -b binary arch/sparc/boot/uImage -o arch/sparc/boot/uImage.o
|
||||
+ @echo ' Image $@ is ready'
|
||||
+
|
||||
+endif
|
||||
|
Loading…
Reference in New Issue
Block a user