Skip to content

Commit 94e27fb

Browse files
mszyprowHans Verkuil
authored andcommitted
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 <[email protected]> Fixes: 4be5e86 ("media: move CEC platform drivers to a separate directory") Signed-off-by: Hans Verkuil <[email protected]>
1 parent 554df75 commit 94e27fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/cec/platform/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Please keep it in alphabetic order
77
obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
88
obj-$(CONFIG_CEC_GPIO) += cec-gpio/
9-
obj-$(CONFIG_CEC_MESON_AO) += meson/
9+
obj-y += meson/
1010
obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/
1111
obj-$(CONFIG_CEC_SECO) += seco/
1212
obj-$(CONFIG_CEC_STI) += sti/

0 commit comments

Comments
 (0)