diff options
Diffstat (limited to 'src/stm32/Makefile')
-rw-r--r-- | src/stm32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stm32/Makefile b/src/stm32/Makefile index 3a063402..e5627ec4 100644 --- a/src/stm32/Makefile +++ b/src/stm32/Makefile @@ -41,6 +41,8 @@ src-$(CONFIG_USBSERIAL) += $(usb-src-y) stm32/chipid.c generic/usb_cdc.c serial-src-y := stm32/serial.c serial-src-$(CONFIG_MACH_STM32F0) := stm32/stm32f0_serial.c src-$(CONFIG_SERIAL) += $(serial-src-y) generic/serial_irq.c +can-src-$(CONFIG_MACH_STM32F0) := stm32/stm32f0_can.c +src-$(CONFIG_CANSERIAL) += $(can-src-y) generic/serial_irq.c # Binary output file rules target-y += $(OUT)klipper.bin |