]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/Makefile
Pull bugzilla-5653 into release branch
[linux-2.6-omap-h63xx.git] / drivers / usb / host / Makefile
index 350d14fc1cc9e38e066b2638314d1b376ce9d009..e3020f4b17be9a4ea8572768d234ac9301da33f3 100644 (file)
@@ -1,8 +1,13 @@
 #
-# Makefile for USB Host Controller Driver
-# framework and drivers
+# Makefile for USB Host Controller Drivers
 #
 
+ifeq ($(CONFIG_USB_DEBUG),y)
+       EXTRA_CFLAGS            += -DDEBUG
+endif
+
+obj-$(CONFIG_PCI)              += pci-quirks.o
+
 obj-$(CONFIG_USB_EHCI_HCD)     += ehci-hcd.o
 obj-$(CONFIG_USB_ISP116X_HCD)  += isp116x-hcd.o
 obj-$(CONFIG_USB_OHCI_HCD)     += ohci-hcd.o