# SPDX-License-Identifier: GPL-2.0 cec-objs := cec-core.o cec-adap.o cec-api.o ifeq ($([31mCONFIG_CEC_NOTIFIER[0m),y) cec-objs += cec-notifier.o endif ifeq ($([31mCONFIG_CEC_PIN[0m),y) cec-objs += cec-pin.o endif ifeq ($([31mCONFIG_CEC_PIN_ERROR_INJ[0m),y) cec-objs += cec-pin-error-inj.o endif obj-$([31mCONFIG_CEC_CORE[0m) += cec.o |