]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/Makefile
Global: More re-piping, and a bugfix for a bug recently introduced. (Regressions...
[firearm.git] / tests / Makefile
index 0fc42d1a55fd173199d57cd09057d7a0e385d20e..dd41d75ecf27955a7d1cee87cbd9eb925e604b1a 100644 (file)
@@ -1,4 +1,4 @@
-all: costas.hex
+all: costas.hex testbench.hex
 
 %.o: %.c
        arm-elf-gcc $(CFLAGS) -c -o $@ $<
@@ -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.017393 seconds and 4 git commands to generate.