diff options
Diffstat (limited to 'src/stm32/Makefile')
-rw-r--r-- | src/stm32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm32/Makefile b/src/stm32/Makefile index 793630a9..9d72c5a4 100644 --- a/src/stm32/Makefile +++ b/src/stm32/Makefile @@ -61,9 +61,12 @@ serial-src-$(CONFIG_MACH_STM32H7) := stm32/stm32h7_serial.c src-$(CONFIG_SERIAL) += $(serial-src-y) generic/serial_irq.c src-$(CONFIG_CANSERIAL) += stm32/can.c ../lib/fast-hash/fasthash.c src-$(CONFIG_CANSERIAL) += generic/canbus.c +src-$(CONFIG_FDCANSERIAL) += stm32/fdcan.c ../lib/fast-hash/fasthash.c +src-$(CONFIG_FDCANSERIAL) += generic/canbus.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += stm32/hard_pwm.c dirs-$(CONFIG_CANSERIAL) += lib/fast-hash +dirs-$(CONFIG_FDCANSERIAL) += lib/fast-hash # Binary output file rules target-y += $(OUT)klipper.bin |