blob: 41ee3325e1ea446075212cd983c34c2b9efc8263 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001# SPDX-License-Identifier: GPL-2.0
2cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.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
12obj-$(CONFIG_CEC_CORE) += cec.o