summaryrefslogtreecommitdiffstats
path: root/stm32/app/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/app/Makefile')
-rw-r--r--stm32/app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stm32/app/Makefile b/stm32/app/Makefile
index 62a13cc..51756dc 100644
--- a/stm32/app/Makefile
+++ b/stm32/app/Makefile
@@ -25,8 +25,8 @@ LDLIBS+=-lm
V=1
default: ${PROG}.elf
-CSRCS= main.c cdcacm.c dfu.c ring.c usart.c ticker.c dummy_kb.c usb.c rtc.c time_fn.c events.c hands.c motor.c leds.c
-HSRCS = project.h
+CSRCS= main.c cdcacm.c dfu.c ring.c usart.c ticker.c dummy_kb.c usb.c rtc.c time_fn.c events.c hands.c motor.c leds.c tmc2209.c
+HSRCS = project.h asm_fns.h board.h pins.h ring.h time_fn.h tmc2209.h
BINARY = ${PROG}