Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[powerpc.git] / drivers / usb / core / Makefile
index d5503cf..28329dd 100644 (file)
@@ -2,8 +2,8 @@
 # Makefile for USB Core files and filesystem
 #
 
-usbcore-objs   := usb.o hub.o hcd.o urb.o message.o \
-                       config.o file.o buffer.o sysfs.o devio.o
+usbcore-objs   := usb.o hub.o hcd.o urb.o message.o driver.o \
+                       config.o file.o buffer.o sysfs.o devio.o notify.o
 
 ifeq ($(CONFIG_PCI),y)
        usbcore-objs    += hcd-pci.o
@@ -14,3 +14,7 @@ ifeq ($(CONFIG_USB_DEVICEFS),y)
 endif
 
 obj-$(CONFIG_USB)      += usbcore.o
+
+ifeq ($(CONFIG_USB_DEBUG),y)
+EXTRA_CFLAGS += -DDEBUG
+endif