Sign in
nest-open-source
/
manifest_repos
/
kernel
/
33ab6c4916103ccfc52b7a377dfb69d84cc98acc
/
.
/
drivers
/
most
/
Makefile
blob: 60db6cd3787af3127af7b2db7f68e82c41ee7f8a [
file
]
# SPDX-License-Identifier: GPL-2.0
obj
-
$
(
CONFIG_MOST
)
+=
most_core
.
o
most_core
-
y
:=
core
.
o \
configfs
.
o
obj
-
$
(
CONFIG_MOST_USB_HDM
)
+=
most_usb
.
o
obj
-
$
(
CONFIG_MOST_CDEV
)
+=
most_cdev
.
o
obj
-
$
(
CONFIG_MOST_SND
)
+=
most_snd
.
o