git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
System, Terminal: Provide real-world outputs on non-Verilator to avoid optimizing...
[firearm.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index 62be4ba23486dd80bf6df7d65687bd1d1f2cbd6e..0fc42d1a55fd173199d57cd09057d7a0e385d20e 100644
(file)
--- 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 $<
This page took
0.019322 seconds
and
4
git commands to generate.