xref: /openbmc/linux/drivers/usb/common/Makefile (revision aa923ef1)
1#
2# Makefile for the usb common parts.
3#
4
5obj-$(CONFIG_USB_COMMON)	  += usb-common.o
6usb-common-y			  += common.o
7
8obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o
9