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-or-later
      2
      3ccflags-y := -I$(srctree)/drivers/infiniband/ulp/rtrs
      4
      5rnbd-client-y := rnbd-clt.o \
      6		  rnbd-clt-sysfs.o \
      7		  rnbd-common.o
      8
      9rnbd-server-y := rnbd-common.o \
     10		  rnbd-srv.o \
     11		  rnbd-srv-dev.o \
     12		  rnbd-srv-sysfs.o
     13
     14obj-$(CONFIG_BLK_DEV_RNBD_CLIENT) += rnbd-client.o
     15obj-$(CONFIG_BLK_DEV_RNBD_SERVER) += rnbd-server.o