]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/usb/core/Makefile
usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
[mirror_ubuntu-bionic-kernel.git] / drivers / usb / core / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for USB Core files and filesystem
4#
5
0a2b8a0d 6usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
7usbcore-y += config.o file.o buffer.o sysfs.o endpoint.o
8usbcore-y += devio.o notify.o generic.o quirks.o devices.o
0573f2c5 9usbcore-y += port.o
1da177e4 10
0573f2c5 11usbcore-$(CONFIG_OF) += of.o
2c93e790 12usbcore-$(CONFIG_USB_PCI) += hcd-pci.o
da0af6e7 13usbcore-$(CONFIG_ACPI) += usb-acpi.o
654f3118 14
0a2b8a0d 15obj-$(CONFIG_USB) += usbcore.o
0f247626
RM
16
17obj-$(CONFIG_USB_LEDS_TRIGGER_USBPORT) += ledtrig-usbport.o