summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 1a6088a..7fa09f4 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -23,7 +23,8 @@ 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 tacho.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 oled1.c oled2.c font21x32.c
+
HSRCS=i2c.h oled.h project.h ring.h
BINARY = ${PROG}