mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-15 15:37:56 +07:00
8 lines
150 B
Makefile
8 lines
150 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
|