aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/dwc_otg/Makefile
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
committerDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
commitace6c6d243016e272050787c14e27a83ecd94a25 (patch)
treec837edb1ca98b2552fbc7edba47aeb63f98ca1f0 /drivers/usb/gadget/dwc_otg/Makefile
parent1b6e1688bd215cd7c9cb75650fa815a1ec6567e1 (diff)
Diffstat (limited to 'drivers/usb/gadget/dwc_otg/Makefile')
-rw-r--r--drivers/usb/gadget/dwc_otg/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/gadget/dwc_otg/Makefile b/drivers/usb/gadget/dwc_otg/Makefile
new file mode 100644
index 00000000000..4d690a46658
--- /dev/null
+++ b/drivers/usb/gadget/dwc_otg/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for DWC_otg Highspeed USB controller driver
+#
+
+KBUILD_CPPFLAGS += -Dlinux
+
+obj-$(CONFIG_USB_DWC_OTG) += dwc_otg.o
+
+dwc_otg-y := dwc_otg_driver.o dwc_otg_attr.o dwc_otg_cil.o \
+ dwc_otg_cil_intr.o dwc_otg_pcd.o dwc_otg_pcd_intr.o \
+ dwc_otg_hcd.o dwc_otg_hcd_intr.o dwc_otg_hcd_queue.o
+dwc_otg-$(CONFIG_DWC_USE_PLB_DMA) += ppc4xx_dma.o