Linux-libre 4.11.5-gnu
[librecmc/linux-libre.git] / drivers / media / cec / Makefile
1 cec-objs := cec-core.o cec-adap.o cec-api.o
2
3 ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y)
4   obj-$(CONFIG_MEDIA_SUPPORT) += cec.o
5 endif