Skip to content

Commit eaf18a4

Browse files
Yannick Fertremchehab
authored andcommitted
media: cec: add stm32 driver
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: 4be5e86 ("media: move CEC platform drivers to a separate directory") Cc: <stable@vger.kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 73bc0b0 commit eaf18a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/media/cec/platform/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ obj-$(CONFIG_CEC_MESON_AO) += meson/
1010
obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/
1111
obj-$(CONFIG_CEC_SECO) += seco/
1212
obj-$(CONFIG_CEC_STI) += sti/
13+
obj-$(CONFIG_CEC_STM32) += stm32/
1314
obj-$(CONFIG_CEC_TEGRA) += tegra/
1415

0 commit comments

Comments
 (0)