]> Git Repo - linux.git/blob - drivers/scsi/aic94xx/Makefile
net: ipa: adjust GSI register addresses
[linux.git] / drivers / scsi / aic94xx / Makefile
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 <[email protected]>
7 #
8
9 ccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT
10
11 obj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
12 aic94xx-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
This page took 0.038087 seconds and 4 git commands to generate.