Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
[linux-block.git] / drivers / media / cec / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
f94d463f 2cec-objs := cec-core.o cec-adap.o cec-api.o
ca684386 3
e94c3281 4ifeq ($(CONFIG_CEC_NOTIFIER),y)
56a263aa 5 cec-objs += cec-notifier.o
5bb2399a 6endif
56a263aa 7
ea5c8ef2
HV
8ifeq ($(CONFIG_CEC_PIN),y)
9 cec-objs += cec-pin.o
10endif
11
22712b38
HV
12ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
13 cec-objs += cec-pin-error-inj.o
14endif
15
56a263aa 16obj-$(CONFIG_CEC_CORE) += cec.o