repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
media
/
cec
/
Makefile
blob
41ee3325e1ea446075212cd983c34c2b9efc8263
1
# SPDX-License-Identifier: GPL-2.0
2
cec-objs
:=
cec-core.o cec-adap.o cec-api.o cec-edid.o
3
4
ifeq
($(
CONFIG_CEC_NOTIFIER
),
y
)
5
cec-objs
+=
cec-notifier.o
6
endif
7
8
ifeq
($(
CONFIG_CEC_PIN
),
y
)
9
cec-objs
+=
cec-pin.o
10
endif
11
12
obj-
$(
CONFIG_CEC_CORE
) +=
cec.o