summaryrefslogtreecommitdiffstats
path: root/stm32/app/Makefile
diff options
context:
space:
mode:
authorroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
committerroot <root@lumpy.lan>2021-11-30 00:24:43 +0000
commit869118f74612829db47d0d681cee5b4af937b16f (patch)
tree9195fea1c0d6a002704ba2f452a4ec131923da80 /stm32/app/Makefile
parent440039cb23f786573940ec1eafa665f9de561eae (diff)
downloadmetric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.gz
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.tar.bz2
metric_clock-869118f74612829db47d0d681cee5b4af937b16f.zip
tmc2209 first cutHEADmaster
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}