]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/usb/core/Makefile
USB: c67x00-ll-hpi.c: signedness bug in ll_recv_msg()
[mirror_ubuntu-artful-kernel.git] / drivers / usb / core / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for USB Core files and filesystem
3#
4
0a2b8a0d 5ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
1da177e4 6
0a2b8a0d 7usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
8usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
9usbcore-y += devio.o notify.o generic.o quirks.o devices.o
1da177e4 10
0a2b8a0d 11usbcore-$(CONFIG_PCI) += hcd-pci.o
da0af6e7 12usbcore-$(CONFIG_ACPI) += usb-acpi.o
654f3118 13
0a2b8a0d 14obj-$(CONFIG_USB) += usbcore.o