]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/usb/core/Makefile
Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb
[karo-tx-linux.git] / drivers / usb / core / Makefile
1 #
2 # Makefile for USB Core files and filesystem
3 #
4
5 usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
6 usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
7 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
8 usbcore-y += port.o
9
10 usbcore-$(CONFIG_PCI)           += hcd-pci.o
11 usbcore-$(CONFIG_ACPI)          += usb-acpi.o
12
13 obj-$(CONFIG_USB)               += usbcore.o