move hcd_musb.c include to family.mk

This commit is contained in:
hathach
2021-12-07 16:27:48 +07:00
parent 81285273a6
commit 03835c8183
7 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ SRC_C += \
src/host/usbh.c \
src/host/usbh_control.c \
src/portable/ohci/ohci.c \
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
src/portable/mentor/musb/hcd_musb.c
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
include ../../rules.mk

View File

@@ -24,7 +24,6 @@ SRC_C += \
src/host/usbh.c \
src/host/usbh_control.c \
src/portable/ohci/ohci.c \
src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
src/portable/mentor/musb/hcd_musb.c
src/portable/nxp/lpc17_40/hcd_lpc17_40.c
include ../../rules.mk