Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[sfrench/cifs-2.6.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