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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_RDS) += rds.o
      3rds-y :=	af_rds.o bind.o cong.o connection.o info.o message.o   \
      4			recv.o send.o stats.o sysctl.o threads.o transport.o \
      5			loop.o page.o rdma.o
      6
      7obj-$(CONFIG_RDS_RDMA) += rds_rdma.o
      8rds_rdma-y :=	rdma_transport.o \
      9			ib.o ib_cm.o ib_recv.o ib_ring.o ib_send.o ib_stats.o \
     10			ib_sysctl.o ib_rdma.o ib_frmr.o
     11
     12
     13obj-$(CONFIG_RDS_TCP) += rds_tcp.o
     14rds_tcp-y :=		tcp.o tcp_connect.o tcp_listen.o tcp_recv.o \
     15			tcp_send.o tcp_stats.o
     16
     17ccflags-$(CONFIG_RDS_DEBUG)	:=	-DRDS_DEBUG