KVM: arm64: Fix order of vcpu_write_sys_reg() arguments
[linux/fpc-iii.git] / drivers / media / cec / Makefile
blob29a2ab9e77c5dffd8fadc034450f83bdbe9e2aad
1 # SPDX-License-Identifier: GPL-2.0
2 cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o
4 ifeq ($(CONFIG_CEC_NOTIFIER),y)
5 cec-objs += cec-notifier.o
6 endif
8 ifeq ($(CONFIG_CEC_PIN),y)
9 cec-objs += cec-pin.o
10 endif
12 ifeq ($(CONFIG_CEC_PIN_ERROR_INJ),y)
13 cec-objs += cec-pin-error-inj.o
14 endif
16 obj-$(CONFIG_CEC_CORE) += cec.o