summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-01-11 20:34:48 +0100
committerMarek Vasut <marex@denx.de>2015-01-18 12:31:36 +0100
commit28a15ef7fd7d97f0634440866c6b7baa7708b5eb (patch)
tree8898a5429a30494516d6d6987a45fdca5762415d /drivers/usb/musb-new/Makefile
parent0f8bc532404d09ed173d196a89a727f38f1749a6 (diff)
downloadtalos-obmc-uboot-28a15ef7fd7d97f0634440866c6b7baa7708b5eb.tar.gz
talos-obmc-uboot-28a15ef7fd7d97f0634440866c6b7baa7708b5eb.zip
musb-new: Add sunxi musb controller support
This is based on Jussi Kivilinna's work for the linux-sunxi-3.4 kernel to use the kernels musb driver instead of Allwinners own custom driver. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/usb/musb-new/Makefile')
-rw-r--r--drivers/usb/musb-new/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Makefile b/drivers/usb/musb-new/Makefile
index 3facf0fc10..9edeece381 100644
--- a/drivers/usb/musb-new/Makefile
+++ b/drivers/usb/musb-new/Makefile
@@ -8,6 +8,7 @@ obj-$(CONFIG_MUSB_HOST) += musb_host.o musb_core.o musb_uboot.o
obj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o
obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o
obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
+obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o
ccflags-y := $(call cc-option,-Wno-unused-variable) \
$(call cc-option,-Wno-unused-but-set-variable) \
OpenPOWER on IntegriCloud