aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2020-07-30 01:32:17 -0400
committerKevin O'Connor <kevin@koconnor.net>2020-09-05 09:11:04 -0400
commit3405095f0af639ececb74409ac66923ca6bfe49b (patch)
tree6056016d4582eaf82f62a8f500a3734c3fe81e37 /src/Makefile
parent2b2b610cffaa14167d24dd6b18ef5beefb5c2b02 (diff)
downloadkutter-3405095f0af639ececb74409ac66923ca6bfe49b.tar.gz
kutter-3405095f0af639ececb74409ac66923ca6bfe49b.tar.xz
kutter-3405095f0af639ececb74409ac66923ca6bfe49b.zip
adxl345: Add support for adxl345 accelerometer
Add support for taking measurements from an adxl345 accelerometer via SPI interface. 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 92be64e2..98c9a1c1 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 spi_software.c neopixel.c
+ tmcuart.c spi_software.c neopixel.c sensor_adxl345.c