Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
d37cacc5adace7f3e0824e1f559192ad7299d029
/
.
/
drivers
/
media
/
cec
/
Makefile
blob: d6686337275ff83a746c5e848e7040548d20775a [
file
] [
log
] [
blame
]
cec
-
objs
:=
cec
-
core
.
o cec
-
adap
.
o cec
-
api
.
o
ifeq
(
$
(
CONFIG_MEDIA_CEC_SUPPORT
),
y
)
obj
-
$
(
CONFIG_MEDIA_SUPPORT
)
+=
cec
.
o
endif