linux-surface/drivers/media/cec/Makefile
2017-08-10 09:25:24 -04:00

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