Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for USB Core files and filesystem |
| 4 | # |
| 5 | |
matt mooney | 0a2b8a0 | 2010-10-06 19:03:26 -0700 | [diff] [blame] | 6 | usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o |
| 7 | usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o |
| 8 | usbcore-y += devio.o notify.o generic.o quirks.o devices.o |
Peter Chen | 0573f2c | 2016-06-15 11:25:43 +0800 | [diff] [blame] | 9 | usbcore-y += port.o |
matt mooney | 0a2b8a0 | 2010-10-06 19:03:26 -0700 | [diff] [blame] | 10 | |
Peter Chen | 0573f2c | 2016-06-15 11:25:43 +0800 | [diff] [blame] | 11 | usbcore-$(CONFIG_OF) += of.o |
yuan linyu | 2c93e79 | 2017-02-25 19:20:55 +0800 | [diff] [blame] | 12 | usbcore-$(CONFIG_USB_PCI) += hcd-pci.o |
Matthew Garrett | da0af6e | 2012-05-11 16:08:27 +0800 | [diff] [blame] | 13 | usbcore-$(CONFIG_ACPI) += usb-acpi.o |
matt mooney | 0a2b8a0 | 2010-10-06 19:03:26 -0700 | [diff] [blame] | 14 | |
| 15 | obj-$(CONFIG_USB) += usbcore.o |
Rafał Miłecki | 0f24762 | 2016-09-16 16:13:48 +0200 | [diff] [blame] | 16 | |
| 17 | obj-$(CONFIG_USB_LEDS_TRIGGER_USBPORT) += ledtrig-usbport.o |