git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cc1ce5b
)
tests/Makefile: Add a target to pad binaries for Xilinx tools.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 12:13:42 +0000
(07:13 -0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 12:13:42 +0000
(07:13 -0500)
tests/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tests/Makefile
b/tests/Makefile
index
0fc42d1
..
36682af
100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-12,5
+12,8
@@
all: costas.hex
%.bin: %.elf
arm-elf-objcopy $< -O binary $@
%.bin: %.elf
arm-elf-objcopy $< -O binary $@
+%.pad.bin: %.bin
+ dd if=$< of=$@ bs=16384 conv=sync
+
%.hex: %.bin
xxd -ps -c 4 $< | sed -e 's/\(..\)\(..\)\(..\)\(..\)/\4\3\2\1/' > $@
%.hex: %.bin
xxd -ps -c 4 $< | sed -e 's/\(..\)\(..\)\(..\)\(..\)/\4\3\2\1/' > $@
This page took
0.020681 seconds
and
4
git commands to generate.