Merge branch 'for-4.15/asus' into for-linus
[linux-2.6-microblaze.git] / drivers / media / cec / Makefile
1 cec-objs := cec-core.o cec-adap.o cec-api.o cec-edid.o
2
3 ifeq ($(CONFIG_CEC_NOTIFIER),y)
4   cec-objs += cec-notifier.o
5 endif
6
7 ifeq ($(CONFIG_CEC_PIN),y)
8   cec-objs += cec-pin.o
9 endif
10
11 obj-$(CONFIG_CEC_CORE) += cec.o