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


      1#// SPDX-License-Identifier: GPL-2.0
      2#/*
      3# * Copyright (C) 2021 Broadcom. All Rights Reserved. The term
      4# * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
      5# */
      6
      7
      8obj-$(CONFIG_SCSI_EFCT) := efct.o
      9
     10efct-objs := efct/efct_driver.o efct/efct_io.o efct/efct_scsi.o \
     11	     efct/efct_xport.o efct/efct_hw.o efct/efct_hw_queues.o \
     12	     efct/efct_lio.o efct/efct_unsol.o
     13
     14efct-objs += libefc/efc_cmds.o libefc/efc_domain.o libefc/efc_fabric.o \
     15	     libefc/efc_node.o libefc/efc_nport.o libefc/efc_device.o \
     16	     libefc/efclib.o libefc/efc_sm.o libefc/efc_els.o
     17
     18efct-objs += libefc_sli/sli4.o