aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPaul Hansel <github@paulhansel.com>2025-03-04 14:12:26 -0800
committerGitHub <noreply@github.com>2025-03-04 17:12:26 -0500
commit75a10bfcafc0655e36e5ecf01c3f2033a14ef2c7 (patch)
treed297ab7eee95a3500d28b6cd1532209c10543cde /src/Makefile
parent730e5951bc453d7c08b9b2a066479f2c0cd25842 (diff)
downloadkutter-75a10bfcafc0655e36e5ecf01c3f2033a14ef2c7.tar.gz
kutter-75a10bfcafc0655e36e5ecf01c3f2033a14ef2c7.tar.xz
kutter-75a10bfcafc0655e36e5ecf01c3f2033a14ef2c7.zip
icm20948: Add support for ICM20948 accelerometer (#6756)
Signed-off-by: Paul Hansel <github@paulhansel.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index a0ca02b9..a7343ffc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,6 +18,7 @@ src-$(CONFIG_WANT_THERMOCOUPLE) += thermocouple.c
src-$(CONFIG_WANT_ADXL345) += sensor_adxl345.c
src-$(CONFIG_WANT_LIS2DW) += sensor_lis2dw.c
src-$(CONFIG_WANT_MPU9250) += sensor_mpu9250.c
+src-$(CONFIG_WANT_ICM20948) += sensor_icm20948.c
src-$(CONFIG_WANT_HX71X) += sensor_hx71x.c
src-$(CONFIG_WANT_ADS1220) += sensor_ads1220.c
src-$(CONFIG_WANT_LDC1612) += sensor_ldc1612.c