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/host/hid_controller/Makefile | |
| parent | 81285273a6b5cacace52e74890ff9863a6a92d1a (diff) | |
move hcd_musb.c include to family.mk
Diffstat (limited to 'examples/host/hid_controller/Makefile')
| -rw-r--r-- | examples/host/hid_controller/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
