WSL2-Linux-Kernel/drivers/media/cec/Makefile

6 строки
127 B
Makefile

cec-objs := cec-core.o cec-adap.o cec-api.o
ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y)
obj-$(CONFIG_MEDIA_SUPPORT) += cec.o
endif