diff options
Diffstat (limited to 'src/stm32f0/Makefile')
-rw-r--r-- | src/stm32f0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32f0/Makefile b/src/stm32f0/Makefile index e48b49d5..16136b52 100644 --- a/src/stm32f0/Makefile +++ b/src/stm32f0/Makefile @@ -25,6 +25,7 @@ src-$(CONFIG_CANSERIAL) += stm32f0/can.c src-$(CONFIG_DEBUG_OUT) += stm32f0/log.c src-$(CONFIG_SERIAL) += stm32f0/serial.c src-y += generic/serial_irq.c +src-y += generic/timer_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 |