brintos

brintos / linux-shallow public Read only

0
0
Text · 553 B · db9fbe3 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#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_EXIT10 11obj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o12aic94xx-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.o22