summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2010-09-01 12:10:38 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2010-09-01 12:10:38 -0400
commit81268d33a56c95818a348b01390db47d99a85361 (patch)
tree693005a1b13d378b26a1ce161053e2724fc4249b /Makefile
parent3456a4958ec2ecb2b2e35b1f37039fb28274f182 (diff)
Make sure Freescale utilities are chmod +x before trying to execute them2009.03-mpc5125_twr-201009011610
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c13428f4e9..6e48f5c1ee 100644
--- a/Makefile
+++ b/Makefile
@@ -340,11 +340,14 @@ $(obj)u-boot.sha1: $(obj)u-boot.bin
$(obj)tools/ubsha1 $(obj)u-boot.bin
$(obj)u-boot-second.bin:$(obj)u-boot.bin
+ chmod +x $(PWD)/add-uboot-head
$(PWD)/add-uboot-head $< $@
$(obj)u-boot-second-scrip.txt:$(obj)u-boot-second.bin
+ chmod +x $(PWD)/nand_program_block1_uboot
$(PWD)/nand_program_block1_uboot $< $@
$(obj)u-boot-scrip.txt:$(obj)u-boot.bin
+ chmod +x $(PWD)/nand_flash_program
$(PWD)/nand_flash_program $< $@
$(obj)u-boot.dis: $(obj)u-boot