summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 5bba29c..1a6088a 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -23,7 +23,7 @@ PROG=speedo
V=1
default: ${PROG}.elf
-CSRCS=main.c led.c i2c.c usart.c ring.c ticker.c oled.c i2c_hw.c font8x8.c font8x16.c
+CSRCS=main.c led.c i2c.c usart.c ring.c ticker.c oled.c i2c_hw.c font8x8.c font8x16.c tacho.c
HSRCS=i2c.h oled.h project.h ring.h
BINARY = ${PROG}