summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-12-07 16:27:48 +0700
committerhathach <[email protected]>2021-12-07 16:27:48 +0700
commit03835c818361bb6c5eafd8cb51e8a9bb6b4f16fb (patch)
treef49a5cf2fd7f6f6586a18747c613d9164b833010 /hw
parent81285273a6b5cacace52e74890ff9863a6a92d1a (diff)
move hcd_musb.c include to family.mk
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/msp432e4/family.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/msp432e4/family.mk b/hw/bsp/msp432e4/family.mk
index b664c4c1b..e3cb90abc 100644
--- a/hw/bsp/msp432e4/family.mk
+++ b/hw/bsp/msp432e4/family.mk
@@ -23,6 +23,7 @@ MCU_DIR = hw/mcu/ti/msp432e4
SRC_C += \
src/portable/mentor/musb/dcd_musb.c \
+ src/portable/mentor/musb/hcd_musb.c \
$(MCU_DIR)/Source/system_msp432e401y.c
INC += \