mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:40:53 +07:00
afba937e54
Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
9 lines
186 B
Makefile
9 lines
186 B
Makefile
#
|
|
# Makefile for USB Class drivers
|
|
# (one step up from the misc category)
|
|
#
|
|
|
|
obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
|
obj-$(CONFIG_USB_PRINTER) += usblp.o
|
|
obj-$(CONFIG_USB_WDM) += cdc-wdm.o
|