diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-02-09 12:22:10 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-02-13 11:52:20 -0500 |
commit | 98ed46286535ffb8a8023dac7b2844a7bff0ca08 (patch) | |
tree | 3abfebba03ef4074c19081b9279e592f002b1ad3 /src/Makefile | |
parent | 090cd930d9b745cd23265197f97f6fb045498227 (diff) | |
download | kutter-98ed46286535ffb8a8023dac7b2844a7bff0ca08.tar.gz kutter-98ed46286535ffb8a8023dac7b2844a7bff0ca08.tar.xz kutter-98ed46286535ffb8a8023dac7b2844a7bff0ca08.zip |
spi_software: Implementation of software spi
Signed-off-by: Matt Janus <FragginRight@variabl.es>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 02386d9c..546dc0a5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,4 +7,4 @@ src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c src-$(CONFIG_HAVE_GPIO_I2C) += i2ccmds.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c src-$(CONFIG_HAVE_GPIO_BITBANGING) += lcd_st7920.c lcd_hd44780.c buttons.c \ - tmcuart.c + tmcuart.c spi_software.c |