diff options
Diffstat (limited to 'drivers/media/cec/i2c/Makefile')
| -rw-r--r-- | drivers/media/cec/i2c/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/cec/i2c/Makefile b/drivers/media/cec/i2c/Makefile new file mode 100644 index 000000000000..95c9eda52583 --- /dev/null +++ b/drivers/media/cec/i2c/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the CEC I2C device drivers. +# +obj-$(CONFIG_CEC_CH7322) += ch7322.o +obj-$(CONFIG_CEC_NXP_TDA9950) += tda9950.o |
