Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f0cd9ae5d0df8668e76359a3e0e99856aa9c53b9
/
.
/
drivers
/
media
/
cec
/
Makefile
blob: eaf408e646697adcb8cc95b95c8425574715bdee [
file
] [
log
] [
blame
]
cec
-
objs
:=
cec
-
core
.
o cec
-
adap
.
o cec
-
api
.
o cec
-
edid
.
o
ifeq
(
$
(
CONFIG_CEC_NOTIFIER
),
y
)
cec
-
objs
+=
cec
-
notifier
.
o
endif
obj
-
$
(
CONFIG_CEC_CORE
)
+=
cec
.
o