]> Pileus Git - ~andy/linux/blob - drivers/usb/core/Makefile
Merge tag 'arc-v3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[~andy/linux] / drivers / usb / core / Makefile
1 #
2 # Makefile for USB Core files and filesystem
3 #
4
5 ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
6
7 usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
8 usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
9 usbcore-y += devio.o notify.o generic.o quirks.o devices.o
10 usbcore-y += port.o
11
12 usbcore-$(CONFIG_PCI)           += hcd-pci.o
13 usbcore-$(CONFIG_ACPI)          += usb-acpi.o
14
15 obj-$(CONFIG_USB)               += usbcore.o