Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
8e6cec1c7c5afa489687c90be15d6ed82c742975
/
.
/
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