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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_INFINIBAND_MTHCA)		+= mthca/
      3obj-$(CONFIG_INFINIBAND_QIB)		+= qib/
      4obj-$(CONFIG_INFINIBAND_CXGB4)		+= cxgb4/
      5obj-$(CONFIG_INFINIBAND_EFA)		+= efa/
      6obj-$(CONFIG_INFINIBAND_IRDMA)		+= irdma/
      7obj-$(CONFIG_MLX4_INFINIBAND)		+= mlx4/
      8obj-$(CONFIG_MLX5_INFINIBAND)		+= mlx5/
      9obj-$(CONFIG_INFINIBAND_OCRDMA)		+= ocrdma/
     10obj-$(CONFIG_INFINIBAND_VMWARE_PVRDMA)	+= vmw_pvrdma/
     11obj-$(CONFIG_INFINIBAND_USNIC)		+= usnic/
     12obj-$(CONFIG_INFINIBAND_HFI1)		+= hfi1/
     13obj-$(CONFIG_INFINIBAND_HNS)		+= hns/
     14obj-$(CONFIG_INFINIBAND_QEDR)		+= qedr/
     15obj-$(CONFIG_INFINIBAND_BNXT_RE)	+= bnxt_re/