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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for Adaptec aic94xx SAS/SATA driver.
      4#
      5# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
      6# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
      7#
      8
      9ccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT
     10
     11obj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
     12aic94xx-y += aic94xx_init.o \
     13	     aic94xx_hwi.o  \
     14	     aic94xx_reg.o  \
     15	     aic94xx_sds.o  \
     16	     aic94xx_seq.o  \
     17	     aic94xx_dump.o \
     18	     aic94xx_scb.o  \
     19	     aic94xx_dev.o  \
     20	     aic94xx_tmf.o  \
     21	     aic94xx_task.o