]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/cec/Makefile
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[mirror_ubuntu-artful-kernel.git] / drivers / media / cec / Makefile
1 cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o
2
3 ifeq ($(CONFIG_CEC_NOTIFIER),y)
4 cec-objs += cec-notifier.o
5 endif
6
7 obj-$(CONFIG_CEC_CORE) += cec.o