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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_SCSI_ISCI) += isci.o
      3isci-objs := init.o phy.o request.o \
      4	     remote_device.o port.o \
      5	     host.o task.o probe_roms.o \
      6	     remote_node_context.o \
      7	     remote_node_table.o \
      8	     unsolicited_frame_control.o \
      9	     port_config.o \