blob: ad8677d8c89679bb6b0eda8357a136dfb920fbf3 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001# SPDX-License-Identifier: GPL-2.0
2cec-objs := cec-core.o cec-adap.o cec-api.o
3
4ifeq ($(CONFIG_CEC_NOTIFIER),y)
5 cec-objs += cec-notifier.o
6endif
7
8ifeq ($(CONFIG_CEC_PIN),y)
9 cec-objs += cec-pin.o
10endif
11
12ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
13 cec-objs += cec-pin-error-inj.o
14endif
15
16obj-$(CONFIG_CEC_CORE) += cec.o