]> Joshua Wise's Git repositories - firearm.git/commitdiff
tests/Makefile: Add a target to pad binaries for Xilinx tools.
authorJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 12:13:42 +0000 (07:13 -0500)
committerJoshua Wise <joshua@rebirth.joshuawise.com>
Sun, 25 Jan 2009 12:13:42 +0000 (07:13 -0500)
tests/Makefile

index 0fc42d1a55fd173199d57cd09057d7a0e385d20e..36682afe064ab529f344f1b45965ada141194459 100644 (file)
@@ -12,5 +12,8 @@ all: costas.hex
 %.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/' > $@
This page took 0.024283 seconds and 4 git commands to generate.