aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-02-04 10:07:13 -0500
committerKevin O'Connor <kevin@koconnor.net>2021-06-09 18:58:35 -0400
commit05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0 (patch)
tree38af27b15aba3edabc744fa7483e643ec8c028f3 /src/Makefile
parentf3bd4e6acffadb4e927f69d3944da92579707a4b (diff)
downloadkutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.tar.gz
kutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.tar.xz
kutter-05c2d51a1239a13a7dfeec9cfbb1ea38b7b32aa0.zip
trsync: Introduce new "trigger synchronization" support
Separate out the stepper stopping code from endstop.c into its own trsync.c code file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 2f2ab521..50f893c7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,8 @@
# Main code build rules
src-y += sched.c command.c basecmd.c debugcmds.c
-src-$(CONFIG_HAVE_GPIO) += initial_pins.c gpiocmds.c stepper.c endstop.c
+src-$(CONFIG_HAVE_GPIO) += initial_pins.c gpiocmds.c stepper.c endstop.c \
+ trsync.c
src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c
src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c
src-$(CONFIG_HAVE_GPIO_I2C) += i2ccmds.c