]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/Makefile
Add support for CellularRAM on Nexys2.
[firearm.git] / tests / Makefile
index dd41d75ecf27955a7d1cee87cbd9eb925e604b1a..774222d5b3e5289e7d3e2c2a7d9a7178c7f857a9 100644 (file)
@@ -1,4 +1,6 @@
-all: costas.hex testbench.hex
+CFLAGS=-mno-thumb-interwork -march=armv4
+
+all: costas.hex testbench.pad.hex testbench.hex
 
 %.o: %.c
        arm-elf-gcc $(CFLAGS) -c -o $@ $<
This page took 0.015465 seconds and 4 git commands to generate.