summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller
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 /examples/host/hid_controller
parent81285273a6b5cacace52e74890ff9863a6a92d1a (diff)
move hcd_musb.c include to family.mk
Diffstat (limited to 'examples/host/hid_controller')
-rw-r--r--examples/host/hid_controller/.only.MCU_MSP432E40
-rw-r--r--examples/host/hid_controller/.only.MCU_TM4C1230
-rw-r--r--examples/host/hid_controller/Makefile3
3 files changed, 1 insertions, 2 deletions
diff --git a/examples/host/hid_controller/.only.MCU_MSP432E4 b/examples/host/hid_controller/.only.MCU_MSP432E4
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/examples/host/hid_controller/.only.MCU_MSP432E4
diff --git a/examples/host/hid_controller/.only.MCU_TM4C123 b/examples/host/hid_controller/.only.MCU_TM4C123
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/examples/host/hid_controller/.only.MCU_TM4C123
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile
index 909abe8a6..c58df562b 100644
--- a/examples/host/hid_controller/Makefile
+++ b/examples/host/hid_controller/Makefile
@@ -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