xref: /openbmc/linux/drivers/usb/class/Makefile (revision 3efe891f)
13efe891fSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Makefile for USB Class drivers
41da177e4SLinus Torvalds# (one step up from the misc category)
51da177e4SLinus Torvalds#
61da177e4SLinus Torvalds
71da177e4SLinus Torvaldsobj-$(CONFIG_USB_ACM)		+= cdc-acm.o
81da177e4SLinus Torvaldsobj-$(CONFIG_USB_PRINTER)	+= usblp.o
9afba937eSOliver Neukumobj-$(CONFIG_USB_WDM)		+= cdc-wdm.o
105b775f67SGreg Kroah-Hartmanobj-$(CONFIG_USB_TMC)		+= usbtmc.o
11