diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-17 21:16:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-27 12:51:27 -0400 |
commit | ca7a80a94646bf62a6af11318d2e02964d778627 (patch) | |
tree | efd207d6c669264fe5c3e499b55e3bac1d32752e /src/Makefile | |
parent | afd5d55c00a2880b36aa26913035c2df237a26b6 (diff) | |
download | kutter-ca7a80a94646bf62a6af11318d2e02964d778627.tar.gz kutter-ca7a80a94646bf62a6af11318d2e02964d778627.tar.xz kutter-ca7a80a94646bf62a6af11318d2e02964d778627.zip |
tmc2208: Initial support for configuring TMC2208 drivers
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b59d4ed3..1c6c6760 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,4 +5,5 @@ src-$(CONFIG_HAVE_GPIO) += gpiocmds.c stepper.c endstop.c src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c -src-$(CONFIG_HAVE_GPIO_BITBANGING) += lcd_st7920.c lcd_hd44780.c buttons.c +src-$(CONFIG_HAVE_GPIO_BITBANGING) += lcd_st7920.c lcd_hd44780.c buttons.c \ + tmcuart.c |