]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/usb/core/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 into next
[mirror_ubuntu-artful-kernel.git] / drivers / usb / core / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for USB Core files and filesystem
3#
4
0a2b8a0d 5usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
6usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
7usbcore-y += devio.o notify.o generic.o quirks.o devices.o
6e30d7cb 8usbcore-y += port.o
1da177e4 9
0a2b8a0d 10usbcore-$(CONFIG_PCI) += hcd-pci.o
da0af6e7 11usbcore-$(CONFIG_ACPI) += usb-acpi.o
654f3118 12
0a2b8a0d 13obj-$(CONFIG_USB) += usbcore.o