Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.13-rc2 7 lines 156 B view raw
1cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o 2 3ifeq ($(CONFIG_CEC_NOTIFIER),y) 4 cec-objs += cec-notifier.o 5endif 6 7obj-$(CONFIG_CEC_CORE) += cec.o