diff options
| author | kkitayam <[email protected]> | 2021-11-29 00:42:18 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-11-29 00:42:18 +0900 |
| commit | ae9a39ec1fec596a7578a137a392b48cdab5ac39 (patch) | |
| tree | ff1975217beb7b05e197d10da1da23817e3acd88 /examples/host/hid_controller/Makefile | |
| parent | b3dddc77eb4527372640e1712c9e248b60dd8869 (diff) | |
Add musb driver
Diffstat (limited to 'examples/host/hid_controller/Makefile')
| -rw-r--r-- | examples/host/hid_controller/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/host/hid_controller/Makefile b/examples/host/hid_controller/Makefile index 2595ec4a7..776cfcb88 100644 --- a/examples/host/hid_controller/Makefile +++ b/examples/host/hid_controller/Makefile @@ -9,7 +9,7 @@ INC += \ EXAMPLE_SOURCE += \ src/hid_app.c \ src/main.c - + SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE)) # TODO: suppress warning caused by host stack @@ -26,6 +26,7 @@ SRC_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 + src/portable/nxp/lpc17_40/hcd_lpc17_40.c \ + src/portable/mentor/musb/hcd_musb.c include ../../rules.mk |
