diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index f6641e12..a3bff2f4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,9 +5,9 @@ src-$(CONFIG_HAVE_GPIO) += initial_pins.c gpiocmds.c stepper.c endstop.c \ trsync.c src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c src-$(CONFIG_WANT_SPI) += spicmds.c -src-$(CONFIG_HAVE_GPIO_SDIO) += sdiocmds.c -src-$(CONFIG_HAVE_GPIO_I2C) += i2ccmds.c +src-$(CONFIG_WANT_I2C) += i2ccmds.c src-$(CONFIG_WANT_HARD_PWM) += pwmcmds.c +src-$(CONFIG_HAVE_GPIO_SDIO) += sdiocmds.c src-$(CONFIG_WANT_BUTTONS) += buttons.c src-$(CONFIG_WANT_TMCUART) += tmcuart.c |