Merge remote-tracking branch 'asoc/topic/mc13783' into asoc-next
[deliverable/linux.git] / 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
This page took 0.029973 seconds and 5 git commands to generate.