fix make build
This commit is contained in:
@@ -19,6 +19,8 @@ CFLAGS += -Wno-error=cast-qual -Wno-error=redundant-decls
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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/gen/interrupt_handlers.c \
|
||||||
$(MCU_DIR)/broadcom/gpio.c \
|
$(MCU_DIR)/broadcom/gpio.c \
|
||||||
$(MCU_DIR)/broadcom/interrupts.c \
|
$(MCU_DIR)/broadcom/interrupts.c \
|
||||||
|
@@ -18,6 +18,8 @@ CFLAGS += -Wno-error=cast-qual -Wno-error=redundant-decls
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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/gen/interrupt_handlers.c \
|
||||||
$(MCU_DIR)/broadcom/gpio.c \
|
$(MCU_DIR)/broadcom/gpio.c \
|
||||||
$(MCU_DIR)/broadcom/interrupts.c \
|
$(MCU_DIR)/broadcom/interrupts.c \
|
||||||
|
@@ -31,6 +31,8 @@ CFLAGS += -Wno-error=unused-parameter
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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_gpio.c \
|
||||||
$(GD32VF103_SDK_DRIVER)/gd32vf103_rcu.c \
|
$(GD32VF103_SDK_DRIVER)/gd32vf103_rcu.c \
|
||||||
$(GD32VF103_SDK_DRIVER)/gd32vf103_usart.c \
|
$(GD32VF103_SDK_DRIVER)/gd32vf103_usart.c \
|
||||||
|
@@ -26,7 +26,9 @@ LD_FILE = $(SILABS_CMSIS)/Source/GCC/$(SILABS_FAMILY).ld
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
$(SILABS_CMSIS)/Source/system_$(SILABS_FAMILY).c \
|
$(SILABS_CMSIS)/Source/system_$(SILABS_FAMILY).c \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.c
|
src/portable/synopsys/dwc2/dcd_dwc2.c \
|
||||||
|
src/portable/synopsys/dwc2/hcd_dwc2.c \
|
||||||
|
src/portable/synopsys/dwc2/dwc2_common.c \
|
||||||
|
|
||||||
SRC_S += \
|
SRC_S += \
|
||||||
$(SILABS_CMSIS)/Source/GCC/startup_$(SILABS_FAMILY).S
|
$(SILABS_CMSIS)/Source/GCC/startup_$(SILABS_FAMILY).S
|
||||||
|
@@ -26,6 +26,8 @@ LDFLAGS_GCC += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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_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.c \
|
||||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
||||||
|
@@ -34,6 +34,8 @@ LDFLAGS_GCC += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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_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.c \
|
||||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
||||||
|
@@ -45,6 +45,8 @@ LDFLAGS_GCC += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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_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.c \
|
||||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
||||||
|
@@ -46,6 +46,8 @@ LDFLAGS_GCC += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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_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.c \
|
||||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_cortex.c \
|
||||||
|
@@ -32,6 +32,8 @@ LDFLAGS_GCC += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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 \
|
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c \
|
||||||
$(ST_CMSIS)/Source/Templates/system_stm32$(ST_FAMILY)xx.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.c \
|
||||||
|
@@ -46,7 +46,9 @@ SRC_C += \
|
|||||||
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
|
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
|
||||||
else
|
else
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.c
|
src/portable/synopsys/dwc2/dcd_dwc2.c \
|
||||||
|
src/portable/synopsys/dwc2/hcd_dwc2.c \
|
||||||
|
src/portable/synopsys/dwc2/dwc2_common.c \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INC += \
|
INC += \
|
||||||
|
@@ -16,6 +16,8 @@ CFLAGS += \
|
|||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
src/portable/synopsys/dwc2/dcd_dwc2.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}/CMSIS/Infineon/COMPONENT_${MCU_VARIANT}/Source/system_${MCU_VARIANT}.c \
|
||||||
${SDK_DIR}/Newlib/syscalls.c \
|
${SDK_DIR}/Newlib/syscalls.c \
|
||||||
${SDK_DIR}/XMCLib/src/xmc_gpio.c \
|
${SDK_DIR}/XMCLib/src/xmc_gpio.c \
|
||||||
|
Reference in New Issue
Block a user