summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/Makefile
blob: 402a6c62a3e8b9bb4857ac553e1b9a14c6babc16 (plain)
1
2
3
4
5
6
7
cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o

ifeq ($(CONFIG_MEDIA_CEC_NOTIFIER),y)
  cec-objs += cec-notifier.o
endif

obj-$(CONFIG_CEC_CORE) += cec.o
OpenPOWER on IntegriCloud