brintos

brintos / linux-shallow public Read only

0
0
Text · 316 B · ad8677d Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.02cec-objs := cec-core.o cec-adap.o cec-api.o3 4ifeq ($(CONFIG_CEC_NOTIFIER),y)5  cec-objs += cec-notifier.o6endif7 8ifeq ($(CONFIG_CEC_PIN),y)9  cec-objs += cec-pin.o10endif11 12ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)13  cec-objs += cec-pin-error-inj.o14endif15 16obj-$(CONFIG_CEC_CORE) += cec.o17