aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBIGTREETECH <38851044+bigtreetech@users.noreply.github.com>2023-06-08 08:55:46 +0800
committerGitHub <noreply@github.com>2023-06-07 20:55:46 -0400
commit645a1b8364c3110f706db0f976ac5fa20b968c36 (patch)
tree6a7d22aeb89c616bbea8c78cc857ab789b5d66cb /src/Makefile
parentb389c70d5a76f6c8f63283126daecd2e98899f8e (diff)
downloadkutter-645a1b8364c3110f706db0f976ac5fa20b968c36.tar.gz
kutter-645a1b8364c3110f706db0f976ac5fa20b968c36.tar.xz
kutter-645a1b8364c3110f706db0f976ac5fa20b968c36.zip
i2c_software: Implementation of software i2c (#6141)
Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
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 dc0427c7..7881622b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,6 +9,6 @@ src-$(CONFIG_HAVE_GPIO_SDIO) += sdiocmds.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 sensor_angle.c
-bb-src-$(CONFIG_HAVE_GPIO_I2C) += sensor_mpu9250.c
+bb-src-$(CONFIG_HAVE_GPIO_I2C) += i2c_software.c sensor_mpu9250.c
src-$(CONFIG_HAVE_GPIO_BITBANGING) += $(bb-src-y) lcd_st7920.c lcd_hd44780.c \
buttons.c tmcuart.c neopixel.c pulse_counter.c