summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/host/cdc_msc_hid/Makefile')
-rw-r--r--examples/host/cdc_msc_hid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index b49c4c75c..6a2b4d902 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -19,9 +19,9 @@ SRC_C += \
src/host/hub.c \
src/host/usbh.c \
src/host/usbh_control.c \
- src/host/ehci/ehci.c \
- src/host/ohci/ohci.c \
- src/portable/nxp/lpc18_43/hcd_lpc18_43.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
include ../../rules.mk