diff options
author | Marek Vasut <marex@denx.de> | 2012-07-21 05:02:22 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-18 06:54:18 +0200 |
commit | fb24ffc086043530e1026cc9990955095125ea48 (patch) | |
tree | 6e5a138b6d7859cc320ca5a0ecf80516c16b4968 /drivers/usb/host/Makefile | |
parent | d731282e7c210bb002cc0a2f3859be4efd3120c7 (diff) | |
download | u-boot-imx-fb24ffc086043530e1026cc9990955095125ea48.zip u-boot-imx-fb24ffc086043530e1026cc9990955095125ea48.tar.gz u-boot-imx-fb24ffc086043530e1026cc9990955095125ea48.tar.bz2 |
dm: Move s3c24xx USB driver to a proper place
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: David Müller <d.mueller@elsoft.ch>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: U-Boot DM <u-boot-dm@lists.denx.de>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index bcb4662..6c94794 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -33,6 +33,7 @@ COBJS-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o COBJS-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o COBJS-$(CONFIG_USB_S3C64XX) += s3c64xx-hcd.o COBJS-$(CONFIG_USB_SL811HS) += sl811-hcd.o +COBJS-$(CONFIG_USB_OHCI_S3C24XX) += ohci-s3c24xx.o # echi COBJS-$(CONFIG_USB_EHCI) += ehci-hcd.o |