summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-12-02 14:10:24 +0700
committerGitHub <[email protected]>2021-12-02 14:10:24 +0700
commit6f0c2cf0d80554dbce9c5addefd69dcbf8defeeb (patch)
tree2722dee077c4eece1e83c3844e61c724dd4548f7 /examples
parent821c0a9f387dc3425b38e6187a5ca0846ab534ba (diff)
parent94c35de0d2632574b8833a3310082a7e25aa6dd2 (diff)
Merge pull request #1224 from hathach/chipidea-controller
rename transdimension to chipidea
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/Makefile2
-rw-r--r--examples/host/hid_controller/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index 0ad9dd856..ce0dd1a40 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -20,9 +20,7 @@ SRC_C += \
src/host/hub.c \
src/host/usbh.c \
src/host/usbh_control.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
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile
index 2595ec4a7..a4eaf0816 100644
--- a/examples/host/hid_controller/Makefile
+++ b/examples/host/hid_controller/Makefile
@@ -23,9 +23,7 @@ SRC_C += \
src/host/hub.c \
src/host/usbh.c \
src/host/usbh_control.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