forked from Minki/linux
0dbacebede
The last open issues have been addressed, so it is time to move this out of staging and into the mainline and to move the public cec headers to include/uapi/linux. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
6 lines
127 B
Makefile
6 lines
127 B
Makefile
cec-objs := cec-core.o cec-adap.o cec-api.o
|
|
|
|
ifeq ($(CONFIG_MEDIA_CEC_SUPPORT),y)
|
|
obj-$(CONFIG_MEDIA_SUPPORT) += cec.o
|
|
endif
|