Makefile 445 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for USB Core files and filesystem
#

M
matt mooney 已提交
5 6 7
usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
usbcore-y += devio.o notify.o generic.o quirks.o devices.o
8
usbcore-y += port.o
L
Linus Torvalds 已提交
9

10
usbcore-$(CONFIG_OF)		+= of.o
11
usbcore-$(CONFIG_USB_PCI)		+= hcd-pci.o
12
usbcore-$(CONFIG_ACPI)		+= usb-acpi.o
13

M
matt mooney 已提交
14
obj-$(CONFIG_USB)		+= usbcore.o
15 16

obj-$(CONFIG_USB_LEDS_TRIGGER_USBPORT)	+= ledtrig-usbport.o