X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/69e8e27ffa6c1124ac91f55afe6d9a17d815a8b3..e3183a087362f1f2aef0af0cdc402de11a68cf50:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index 36682af..471a83e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,6 @@ -all: costas.hex +CFLAGS=-mno-thumb-interwork -march=armv4 + +all: costas.hex testbench.hex %.o: %.c arm-elf-gcc $(CFLAGS) -c -o $@ $<