diff options
Diffstat (limited to 'src/stm32f0/Makefile')
-rw-r--r-- | src/stm32f0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32f0/Makefile b/src/stm32f0/Makefile index 7044b5c4..e48b49d5 100644 --- a/src/stm32f0/Makefile +++ b/src/stm32f0/Makefile @@ -26,6 +26,8 @@ src-$(CONFIG_DEBUG_OUT) += stm32f0/log.c src-$(CONFIG_SERIAL) += stm32f0/serial.c src-y += generic/serial_irq.c src-$(CONFIG_HAVE_GPIO_ADC) += stm32f0/adc.c +src-$(CONFIG_HAVE_GPIO_I2C) += stm32f0/i2c.c +src-$(CONFIG_HAVE_GPIO_SPI) += stm32f0/spi.c src-y += $(addprefix ../, $(wildcard lib/hal-stm32f0/source/stm32f0xx_*.c)) src-y += generic/crc16_ccitt.c generic/armcm_irq.c src-y += ../lib/cmsis-stm32f0/source/system_stm32f0xx.c |