blob: 5d393a28f7f295c9db702f0f60ca5d387b21943e [file] [log] [blame]
Greg Kroah-Hartman3efe8912017-11-06 16:34:07 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for USB Class drivers
4# (one step up from the misc category)
5#
6
7obj-$(CONFIG_USB_ACM) += cdc-acm.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07008obj-$(CONFIG_USB_PRINTER) += usblp.o
Oliver Neukumafba9372008-05-13 17:01:25 +02009obj-$(CONFIG_USB_WDM) += cdc-wdm.o
Greg Kroah-Hartman5b775f62008-08-26 16:22:06 -070010obj-$(CONFIG_USB_TMC) += usbtmc.o