aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-07-09 22:04:10 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-03-29 20:34:46 -0400
commit74937326d313ae741c42207035ebcf8c09aa9e01 (patch)
treee4c42e6dc3fccd54cbd6942019835edc358b8cc3 /src/Makefile
parent91ba9c00e33a8dde38eb303e617c5f878db5922d (diff)
downloadkutter-74937326d313ae741c42207035ebcf8c09aa9e01.tar.gz
kutter-74937326d313ae741c42207035ebcf8c09aa9e01.tar.xz
kutter-74937326d313ae741c42207035ebcf8c09aa9e01.zip
sensor_angle: Add support for bulk querying of spi angle sensors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 077e4d26..98c91a30 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,6 +7,6 @@ src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c
src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c
src-$(CONFIG_HAVE_GPIO_I2C) += i2ccmds.c
src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c
-bb-src-$(CONFIG_HAVE_GPIO_SPI) := spi_software.c sensor_adxl345.c
+bb-src-$(CONFIG_HAVE_GPIO_SPI) := spi_software.c sensor_adxl345.c sensor_angle.c
src-$(CONFIG_HAVE_GPIO_BITBANGING) += $(bb-src-y) lcd_st7920.c lcd_hd44780.c \
buttons.c tmcuart.c neopixel.c pulse_counter.c