]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/media/cec/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / media / cec / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
56a263aa 2cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o
ca684386 3
e94c3281 4ifeq ($(CONFIG_CEC_NOTIFIER),y)
56a263aa 5 cec-objs += cec-notifier.o
5bb2399a 6endif
56a263aa 7
ea5c8ef2
HV
8ifeq ($(CONFIG_CEC_PIN),y)
9 cec-objs += cec-pin.o
10endif
11
56a263aa 12obj-$(CONFIG_CEC_CORE) += cec.o