initial commit with v3.6.7
[linux-3.6.7-moxart.git] / drivers / usb / core / Makefile
blob26059b93dbf4bac36e72cb580adea681436ce88f
2 # Makefile for USB Core files and filesystem
5 ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG
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
11 usbcore-$(CONFIG_PCI) += hcd-pci.o
12 usbcore-$(CONFIG_ACPI) += usb-acpi.o
14 obj-$(CONFIG_USB) += usbcore.o