summaryrefslogtreecommitdiff
path: root/drivers/usb/class/Makefile
blob: 7d1c23235531a808ad691f9cf98b0f08510ff948 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for USB Class drivers
# (one step up from the misc category)
#
#
#obj-$(CPTCFG_USB_ACM)		+= cdc-acm.o
#obj-$(CPTCFG_USB_PRINTER)	+= usblp.o
obj-$(CPTCFG_USB_WDM)		+= cdc-wdm.o
#obj-$(CPTCFG_USB_TMC)		+= usbtmc.o