summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-12-09 02:11:22 +0100
committeraliaspider2014-12-09 02:11:22 +0100
commit3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab (patch)
treebca5773c0e5a94ed5c10f576408f0d6c59040629 /Makefile
parent50df6df600745247af98d0f6ed52f80043c9922b (diff)
downloadpicogpsp-3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab.tar.gz
picogpsp-3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab.tar.bz2
picogpsp-3510bfb5281f8c98fc8ddd97eb9e7aed35f879ab.zip
hide some warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4ddb89f..4228d97 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,9 @@ endif
cpu.o: cpu.c
$(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
+cpu_threaded.o: cpu_threaded.c
+ $(CC) -c -o $@ $< $(CFLAGS) -Wno-unused-variable -Wno-unused-label $(OPTIMIZE_SAFE) $(INCDIRS)
+
%.o: %.S
$(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE)