diff options
Diffstat (limited to 'examples/host/hid_controller')
| -rw-r--r-- | examples/host/hid_controller/.only.MCU_MSP432E4 | 0 | ||||
| -rw-r--r-- | examples/host/hid_controller/.only.MCU_TM4C123 | 0 | ||||
| -rw-r--r-- | examples/host/hid_controller/Makefile | 3 |
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 |
