diff options
| author | hathach <[email protected]> | 2021-12-07 16:27:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-07 16:27:48 +0700 |
| commit | 03835c818361bb6c5eafd8cb51e8a9bb6b4f16fb (patch) | |
| tree | f49a5cf2fd7f6f6586a18747c613d9164b833010 /examples | |
| parent | 81285273a6b5cacace52e74890ff9863a6a92d1a (diff) | |
move hcd_musb.c include to family.mk
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/.only.MCU_MSP432E4 | 0 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/.only.MCU_TM4C123 | 0 | ||||
| -rw-r--r-- | examples/host/cdc_msc_hid/Makefile | 3 | ||||
| -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 |
6 files changed, 2 insertions, 4 deletions
diff --git a/examples/host/cdc_msc_hid/.only.MCU_MSP432E4 b/examples/host/cdc_msc_hid/.only.MCU_MSP432E4 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/host/cdc_msc_hid/.only.MCU_MSP432E4 diff --git a/examples/host/cdc_msc_hid/.only.MCU_TM4C123 b/examples/host/cdc_msc_hid/.only.MCU_TM4C123 new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/examples/host/cdc_msc_hid/.only.MCU_TM4C123 diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile index 8c8735a56..ce0dd1a40 100644 --- a/examples/host/cdc_msc_hid/Makefile +++ b/examples/host/cdc_msc_hid/Makefile @@ -21,7 +21,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 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 |
