summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/Makefile
diff options
context:
space:
mode:
authorErik Gilling <konkers@android.com>2010-02-09 15:41:00 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:34:25 -0800
commite48bbf84539c73561bba27c4fae4f0c313807817 (patch)
treedd4cff2a16361067cf337de79ffd14f88d93c25e /drivers/usb/gadget/Makefile
parent16f891138b0e2742c14b703c7ad3834db87e61ee (diff)
usb: gadget: add preliminary Tegra support to fsl driver
Based on work by Gary King. Further abstraction of the chipidea core support needs to be done. Signed-off-by: Colin Cross <ccross@android.com> Cc: Erik Gilling <konkers@android.com> Cc: Gary King <GKing@nvidia.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r--drivers/usb/gadget/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile
index 9ba725af4a08..51f7c0f14c6d 100644
--- a/drivers/usb/gadget/Makefile
+++ b/drivers/usb/gadget/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_USB_ATMEL_USBA) += atmel_usba_udc.o
obj-$(CONFIG_USB_FSL_USB2) += fsl_usb2_udc.o
fsl_usb2_udc-y := fsl_udc_core.o
fsl_usb2_udc-$(CONFIG_ARCH_MXC) += fsl_mxc_udc.o
+fsl_usb2_udc-$(CONFIG_ARCH_TEGRA) += fsl_tegra_udc.o
obj-$(CONFIG_USB_M66592) += m66592-udc.o
obj-$(CONFIG_USB_R8A66597) += r8a66597-udc.o
obj-$(CONFIG_USB_FSL_QE) += fsl_qe_udc.o