Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
sound
/
usb
/
usx2y
/
Makefile
blob: cc4c2f1efab2ca04eefbbcb62be274db420a3608 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
snd
-
usb
-
usx2y
-
objs
:=
usbusx2y
.
o usX2Yhwdep
.
o usx2yhwdeppcm
.
o
snd
-
usb
-
us122l
-
objs
:=
us122l
.
o
obj
-
$
(
CONFIG_SND_USB_USX2Y
)
+=
snd
-
usb
-
usx2y
.
o
obj
-
$
(
CONFIG_SND_USB_US122L
)
+=
snd
-
usb
-
us122l
.
o