brintos

brintos / linux-shallow public Read only

0
0
Text · 384 B · a51e98a Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the CEC platform device drivers.4#5 6# Please keep it in alphabetic order7obj-$(CONFIG_CEC_CROS_EC) += cros-ec/8obj-$(CONFIG_CEC_GPIO) += cec-gpio/9obj-y += meson/10obj-$(CONFIG_CEC_SAMSUNG_S5P) += s5p/11obj-$(CONFIG_CEC_SECO) += seco/12obj-$(CONFIG_CEC_STI) += sti/13obj-$(CONFIG_CEC_STM32) += stm32/14obj-$(CONFIG_CEC_TEGRA) += tegra/15 16