Skip to content

Commit

Permalink
fix make build
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 25, 2024
1 parent 07abc72 commit cf9b781
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/bsp/broadcom_32bit/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CFLAGS += -Wno-error=cast-qual -Wno-error=redundant-decls

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.c \
$(MCU_DIR)/broadcom/gen/interrupt_handlers.c \
$(MCU_DIR)/broadcom/gpio.c \
$(MCU_DIR)/broadcom/interrupts.c \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/broadcom_64bit/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ CFLAGS += -Wno-error=cast-qual -Wno-error=redundant-decls

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.c \
$(MCU_DIR)/broadcom/gen/interrupt_handlers.c \
$(MCU_DIR)/broadcom/gpio.c \
$(MCU_DIR)/broadcom/interrupts.c \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/gd32vf103/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ CFLAGS += -Wno-error=unused-parameter

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.c \
$(GD32VF103_SDK_DRIVER)/gd32vf103_gpio.c \
$(GD32VF103_SDK_DRIVER)/gd32vf103_rcu.c \
$(GD32VF103_SDK_DRIVER)/gd32vf103_usart.c \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/stm32f4/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ LDFLAGS_GCC += \

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.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 \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/stm32f7/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ LDFLAGS_GCC += \

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.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 \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/stm32h7/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ LDFLAGS_GCC += \

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.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 \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/stm32l4/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ LDFLAGS_GCC += \

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.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 \
Expand Down
2 changes: 2 additions & 0 deletions hw/bsp/xmc4000/family.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ CFLAGS += \

SRC_C += \
src/portable/synopsys/dwc2/dcd_dwc2.c \
src/portable/synopsys/dwc2/hcd_dwc2.c \
src/portable/synopsys/dwc2/dwc2_common.c \
${SDK_DIR}/CMSIS/Infineon/COMPONENT_${MCU_VARIANT}/Source/system_${MCU_VARIANT}.c \
${SDK_DIR}/Newlib/syscalls.c \
${SDK_DIR}/XMCLib/src/xmc_gpio.c \
Expand Down

0 comments on commit cf9b781

Please sign in to comment.