mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 17:11:32 +00:00
media: cec: meson: always include meson sub-directory in Makefile
'meson' directory contains two separate drivers, so it should be added
to Makefile compilation hierarchy unconditionally, because otherwise the
meson-ao-cec-g12a won't be compiled if meson-ao-cec is not selected.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Fixes: 4be5e8648b ("media: move CEC platform drivers to a separate directory")
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
554df753a6
commit
94e27fbeca
@ -6,7 +6,7 @@
|
|||||||
# Please keep it in alphabetic order
|
# Please keep it in alphabetic order
|
||||||
obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
|
obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
|
||||||
obj-$(CONFIG_CEC_GPIO) += cec-gpio/
|
obj-$(CONFIG_CEC_GPIO) += cec-gpio/
|
||||||
obj-$(CONFIG_CEC_MESON_AO) += meson/
|
obj-y += meson/
|
||||||
obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/
|
obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/
|
||||||
obj-$(CONFIG_CEC_SECO) += seco/
|
obj-$(CONFIG_CEC_SECO) += seco/
|
||||||
obj-$(CONFIG_CEC_STI) += sti/
|
obj-$(CONFIG_CEC_STI) += sti/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user