Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
4fd5f8267dd37aaebadfabe71d9c808821eea05a
/
.
/
drivers
/
usb
/
class
/
Makefile
blob: 22947124775132693f1b37900cd9b048078c1d73 [
file
] [
log
] [
blame
]
#
# Makefile for USB Class drivers
# (one step up from the misc category)
#
obj
-
$
(
CONFIG_USB_ACM
)
+=
cdc
-
acm
.
o
obj
-
$
(
CONFIG_USB_AUDIO
)
+=
audio
.
o
obj
-
$
(
CONFIG_USB_MIDI
)
+=
usb
-
midi
.
o
obj
-
$
(
CONFIG_USB_PRINTER
)
+=
usblp
.
o