]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/media/cec/Makefile
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[karo-tx-linux.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