Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.6-rc2 14 lines 370 B view raw
1# 2# Makefile for USB Core files and filesystem 3# 4 5ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG 6 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 10 11usbcore-$(CONFIG_PCI) += hcd-pci.o 12usbcore-$(CONFIG_ACPI) += usb-acpi.o 13 14obj-$(CONFIG_USB) += usbcore.o