Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 cec-objs := cec-core.o cec-adap.o cec-api.o
0003 
0004 ifeq ($(CONFIG_CEC_NOTIFIER),y)
0005   cec-objs += cec-notifier.o
0006 endif
0007 
0008 ifeq ($(CONFIG_CEC_PIN),y)
0009   cec-objs += cec-pin.o
0010 endif
0011 
0012 ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
0013   cec-objs += cec-pin-error-inj.o
0014 endif
0015 
0016 obj-$(CONFIG_CEC_CORE) += cec.o