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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-$(CONFIG_MLX5_INFINIBAND) += mlx5_ib.o
      3
      4mlx5_ib-y := ah.o \
      5	     cmd.o \
      6	     cong.o \
      7	     counters.o \
      8	     cq.o \
      9	     dm.o \
     10	     doorbell.o \
     11	     gsi.o \
     12	     ib_virt.o \
     13	     mad.o \
     14	     main.o \
     15	     mem.o \
     16	     mr.o \
     17	     qp.o \
     18	     qpc.o \
     19	     restrack.o \
     20	     srq.o \
     21	     srq_cmd.o \
     22	     umr.o \
     23	     wr.o
     24
     25mlx5_ib-$(CONFIG_INFINIBAND_ON_DEMAND_PAGING) += odp.o
     26mlx5_ib-$(CONFIG_MLX5_ESWITCH) += ib_rep.o
     27mlx5_ib-$(CONFIG_INFINIBAND_USER_ACCESS) += devx.o \
     28					    fs.o \
     29					    qos.o \
     30					    std_types.o