summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid
diff options
context:
space:
mode:
authorkkitayam <[email protected]>2021-11-29 00:42:18 +0900
committerkkitayam <[email protected]>2021-11-29 00:42:18 +0900
commitae9a39ec1fec596a7578a137a392b48cdab5ac39 (patch)
treeff1975217beb7b05e197d10da1da23817e3acd88 /examples/host/cdc_msc_hid
parentb3dddc77eb4527372640e1712c9e248b60dd8869 (diff)
Add musb driver
Diffstat (limited to 'examples/host/cdc_msc_hid')
-rw-r--r--examples/host/cdc_msc_hid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index 0ad9dd856..fd68a7849 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -23,6 +23,7 @@ SRC_C += \
src/portable/ehci/ehci.c \
src/portable/ohci/ohci.c \
src/portable/nxp/transdimension/hcd_transdimension.c \
- src/portable/nxp/lpc17_40/hcd_lpc17_40.c
+ src/portable/nxp/lpc17_40/hcd_lpc17_40.c \
+ src/portable/mentor/musb/hcd_musb.c
include ../../rules.mk