media: cec: meson: always include meson sub-directory in Makefile
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 12 Oct 2023 10:35:25 +0000 (12:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:52:15 +0000 (11:52 +0100)
commit7ec7b7d3f2b807cdf3c4323bb15588e42402d244
tree14e2b8a31413ccc3636bbf310361eac89d418a32
parent103c66dcf54e5cd6e49c0c3956a4e88e9c33989e
media: cec: meson: always include meson sub-directory in Makefile

[ Upstream commit 94e27fbeca27d8c772fc2bc807730aaee5886055 ]

'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: 4be5e8648b0c ("media: move CEC platform drivers to a separate directory")
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/cec/platform/Makefile