271e4323d9
It is hard to keep all those options aligned as newer config changes get added, and we really don't want to have patches adding new options also touching already existing entries. So, drop the extra spaces. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the CEC platform device drivers.
|
|
#
|
|
|
|
# Please keep it in alphabetic order
|
|
obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
|
|
obj-$(CONFIG_CEC_GPIO) += cec-gpio/
|
|
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/
|
|
|