summaryrefslogtreecommitdiff
path: root/hw/bsp/broadcom_64bit
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-10-25 19:08:23 +0700
committerhathach <[email protected]>2024-10-25 19:27:09 +0700
commit77fa2f67019647b063eab139afa01a5036ad4d40 (patch)
treeb595967ec381ca5b4bb8aafedba810182be6d74b /hw/bsp/broadcom_64bit
parent07abc722b69ea95c6234c3dfc9a1473b43150915 (diff)
fix make build
Diffstat (limited to 'hw/bsp/broadcom_64bit')
-rw-r--r--hw/bsp/broadcom_64bit/family.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/broadcom_64bit/family.mk b/hw/bsp/broadcom_64bit/family.mk
index 89f798f19..37d381f9f 100644
--- a/hw/bsp/broadcom_64bit/family.mk
+++ b/hw/bsp/broadcom_64bit/family.mk
@@ -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 \