cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (405B)


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the CEC platform device drivers.
      4#
      5
      6# Please keep it in alphabetic order
      7obj-$(CONFIG_CEC_CROS_EC) += cros-ec/
      8obj-$(CONFIG_CEC_GPIO) += cec-gpio/
      9obj-$(CONFIG_CEC_MESON_AO) += 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