diff options
| author | Yoshihiro Shimoda <[email protected]> | 2008-07-09 21:07:38 +0900 |
|---|---|---|
| committer | Markus Klotzbuecher <[email protected]> | 2008-08-07 17:37:36 +0200 |
| commit | fd0f2f3796ff2a7a32d35deb1b7996e485849df7 (patch) | |
| tree | 2bdb8ef38517c0ab344103edb04434e31a9acc18 /drivers/usb/Makefile | |
| parent | 1d10dcd041aaeae9fd7c821005692898a0303382 (diff) | |
usb: add support for R8A66597 usb controller
add support for Renesas R8A66597 usb controller.
This patch supports USB Host mode.
Signed-off-by: Yoshihiro Shimoda <[email protected]>
Signed-off-by: Markus Klotzbuecher <[email protected]>
Diffstat (limited to 'drivers/usb/Makefile')
| -rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 252b00e6527..2bdbb59cd56 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -28,6 +28,7 @@ LIB := $(obj)libusb.a COBJS-y += isp116x-hcd.o COBJS-y += sl811_usb.o COBJS-y += usb_ohci.o +COBJS-y += r8a66597-hcd.o COBJS-y += usbdcore.o COBJS-y += usbdcore_ep0.o COBJS-y += usbdcore_mpc8xx.o |
