xref: /linux/drivers/usb/common/Makefile (revision 07423d00a2b2a71a97e4287d9262cb83c4c4c89f)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the usb common parts.
4#
5
6obj-$(CONFIG_USB_COMMON)	  += usb-common.o
7usb-common-y			  += common.o
8usb-common-$(CONFIG_USB_LED_TRIG) += led.o
9
10obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o
11obj-$(CONFIG_USB_ULPI_BUS)	+= ulpi.o
12