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


      1# SPDX-License-Identifier: GPL-2.0
      2# mpt3sas makefile
      3obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
      4mpt3sas-y +=  mpt3sas_base.o     \
      5		mpt3sas_config.o \
      6		mpt3sas_scsih.o      \
      7		mpt3sas_transport.o     \
      8		mpt3sas_ctl.o	\
      9		mpt3sas_trigger_diag.o \
     10		mpt3sas_warpdrive.o \
     11		mpt3sas_debugfs.o \