]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/usb/core/Makefile
Merge remote-tracking branch 'asoc/fix/ab8500' into asoc-linus
[karo-tx-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