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 (367B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_TYPEC_TCPM)		+= tcpm.o
      3obj-$(CONFIG_TYPEC_FUSB302)		+= fusb302.o
      4obj-$(CONFIG_TYPEC_WCOVE)		+= typec_wcove.o
      5typec_wcove-y				:= wcove.o
      6obj-$(CONFIG_TYPEC_TCPCI)		+= tcpci.o
      7obj-$(CONFIG_TYPEC_RT1711H)		+= tcpci_rt1711h.o
      8obj-$(CONFIG_TYPEC_MT6360)		+= tcpci_mt6360.o
      9obj-$(CONFIG_TYPEC_TCPCI_MAXIM)		+= tcpci_maxim.o