xref: /openbmc/linux/drivers/scsi/aic94xx/Makefile (revision 2908d778)
12908d778SJames Bottomley#
22908d778SJames Bottomley# Makefile for Adaptec aic94xx SAS/SATA driver.
32908d778SJames Bottomley#
42908d778SJames Bottomley# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
52908d778SJames Bottomley# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
62908d778SJames Bottomley#
72908d778SJames Bottomley# This file is licensed under GPLv2.
82908d778SJames Bottomley#
92908d778SJames Bottomley# This file is part of the the aic94xx driver.
102908d778SJames Bottomley#
112908d778SJames Bottomley# The aic94xx driver is free software; you can redistribute it and/or
122908d778SJames Bottomley# modify it under the terms of the GNU General Public License as
132908d778SJames Bottomley# published by the Free Software Foundation; version 2 of the
142908d778SJames Bottomley# License.
152908d778SJames Bottomley#
162908d778SJames Bottomley# The aic94xx driver is distributed in the hope that it will be useful,
172908d778SJames Bottomley# but WITHOUT ANY WARRANTY; without even the implied warranty of
182908d778SJames Bottomley# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
192908d778SJames Bottomley# General Public License for more details.
202908d778SJames Bottomley#
212908d778SJames Bottomley# You should have received a copy of the GNU General Public License
222908d778SJames Bottomley# along with the aic94xx driver; if not, write to the Free Software
232908d778SJames Bottomley# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
242908d778SJames Bottomley
252908d778SJames Bottomleyifeq ($(CONFIG_AIC94XX_DEBUG),y)
262908d778SJames Bottomley	EXTRA_CFLAGS += -DASD_DEBUG -DASD_ENTER_EXIT
272908d778SJames Bottomleyendif
282908d778SJames Bottomley
292908d778SJames Bottomleyobj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o
302908d778SJames Bottomleyaic94xx-y += aic94xx_init.o \
312908d778SJames Bottomley	     aic94xx_hwi.o  \
322908d778SJames Bottomley	     aic94xx_reg.o  \
332908d778SJames Bottomley	     aic94xx_sds.o  \
342908d778SJames Bottomley	     aic94xx_seq.o  \
352908d778SJames Bottomley	     aic94xx_dump.o \
362908d778SJames Bottomley	     aic94xx_scb.o  \
372908d778SJames Bottomley	     aic94xx_dev.o  \
382908d778SJames Bottomley	     aic94xx_tmf.o  \
392908d778SJames Bottomley	     aic94xx_task.o
40