mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 01:07:42 +07:00
e94c32818d
This config option is strictly speaking independent of the media subsystem since it can be used by drm as well. Besides, it looks odd when drivers select CEC_CORE and MEDIA_CEC_NOTIFIER, that's inconsistent naming. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o
|
|
|
|
ifeq ($(CONFIG_CEC_NOTIFIER),y)
|
|
cec-objs += cec-notifier.o
|
|
endif
|
|
|
|
obj-$(CONFIG_CEC_CORE) += cec.o
|