mirror of https://gitee.com/openkylin/linux.git
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
|