X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/58f12604629701572671898bbd9124b31c304a0c..1e7ff543e49341fedea742d7b8b674111d852748:/tests/Makefile diff --git a/tests/Makefile b/tests/Makefile index dd41d75..774222d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 $@ $<