Merge remote-tracking branch 'usb/usb-next'
[deliverable/linux.git] / drivers / usb / core / Makefile
index 9780877010b4d19b1302d4b899ff3f19462a18b5..da36b784a0ef7769c98236f4b864f6e0608f4ce7 100644 (file)
@@ -5,8 +5,9 @@
 usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
 usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
-usbcore-y += port.o of.o
+usbcore-y += port.o
 
+usbcore-$(CONFIG_OF)           += of.o
 usbcore-$(CONFIG_PCI)          += hcd-pci.o
 usbcore-$(CONFIG_ACPI)         += usb-acpi.o
 
This page took 0.024108 seconds and 5 git commands to generate.