From f05621b796e3d8f9036e2e5bbda5b7af1624b2e2 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sun, 18 Jan 2009 04:19:11 -0500 Subject: [PATCH] tests/Makefile: Add CFLAGS for LOL2FAST2FURIOUS. --- tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 62be4ba..0fc42d1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,10 +1,10 @@ all: costas.hex %.o: %.c - arm-elf-gcc -c -o $@ $< + arm-elf-gcc $(CFLAGS) -c -o $@ $< %.o: %.S - arm-elf-gcc -c -o $@ $< + arm-elf-gcc $(CFLAGS) -c -o $@ $< %.elf: %.o anulib.o script.lds arm-elf-ld -o $@ -T script.lds anulib.o $< -- 2.39.2