]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/scsi/aic94xx/Makefile
Merge tag 'drm-fixes-5.4-2019-10-16' of git://people.freedesktop.org/~agd5f/linux...
[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 <luben_tuikov@adaptec.com>
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