diff options
author | Yannick Fertre <[email protected]> | 2021-01-15 15:31:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2021-01-26 19:15:54 +0100 |
commit | eaf18a4165141f04dd26f0c48a7e53438e5a3ea2 (patch) | |
tree | eca0629ac5706e9048516f5b718bded2e574cad7 | |
parent | 73bc0b0c2a96b31199da0ce6c3d04be81ef73bb9 (diff) |
media: cec: add stm32 driver
Missing stm32 directory to Makefile.
Signed-off-by: Yannick Fertre <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Fixes: 4be5e8648b0c ("media: move CEC platform drivers to a separate directory")
Cc: <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/cec/platform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/cec/platform/Makefile b/drivers/media/cec/platform/Makefile index 3a947159b25a..ea6f8ee8161c 100644 --- a/drivers/media/cec/platform/Makefile +++ b/drivers/media/cec/platform/Makefile @@ -10,5 +10,6 @@ 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/ |