summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorMengsk <[email protected]>2022-11-07 12:58:23 +0100
committerMengsk <[email protected]>2022-11-07 13:38:35 +0100
commitf3f3739073b46bc7609e4c55f50accbfb08e1807 (patch)
tree3e2ba5ff910ef2d40649fa762bbf33c5b76008c9 /hw
parent9d3d8fd5b0788b811ad283d10d37dfd1b1005224 (diff)
Fix DCD build.
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32l4/family.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/stm32l4/family.mk b/hw/bsp/stm32l4/family.mk
index d6f55e5f9..1361e184c 100644
--- a/hw/bsp/stm32l4/family.mk
+++ b/hw/bsp/stm32l4/family.mk
@@ -22,6 +22,7 @@ CFLAGS += -Wno-error=maybe-uninitialized -Wno-error=cast-align
#src/portable/st/synopsys/dcd_synopsys.c
SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
+ src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c \
$(ST_CMSIS)/Source/Templates/system_stm32$(ST_FAMILY)xx.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal.c \
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \