e76b40d8e9
commiteaf18a4165upstream. Missing stm32 directory to Makefile. Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Fixes:4be5e8648b("media: move CEC platform drivers to a separate directory") Cc: <stable@vger.kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the CEC platform device drivers.
|
|
#
|
|
|
|
# Please keep it in alphabetic order
|
|
obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
|
|
obj-$(CONFIG_CEC_GPIO) += cec-gpio/
|
|
obj-$(CONFIG_CEC_MESON_AO) += meson/
|
|
obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/
|
|
obj-$(CONFIG_CEC_SECO) += seco/
|
|
obj-$(CONFIG_CEC_STI) += sti/
|
|
obj-$(CONFIG_CEC_STM32) += stm32/
|
|
obj-$(CONFIG_CEC_TEGRA) += tegra/
|
|
|