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# 959c51591SMichael Opdenacker# This file is part of 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 25bfbec920Smatt mooneyccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT 262908d778SJames Bottomley 272908d778SJames Bottomleyobj-$(CONFIG_SCSI_AIC94XX) += aic94xx.o 282908d778SJames Bottomleyaic94xx-y += aic94xx_init.o \ 292908d778SJames Bottomley aic94xx_hwi.o \ 302908d778SJames Bottomley aic94xx_reg.o \ 312908d778SJames Bottomley aic94xx_sds.o \ 322908d778SJames Bottomley aic94xx_seq.o \ 332908d778SJames Bottomley aic94xx_dump.o \ 342908d778SJames Bottomley aic94xx_scb.o \ 352908d778SJames Bottomley aic94xx_dev.o \ 362908d778SJames Bottomley aic94xx_tmf.o \ 372908d778SJames Bottomley aic94xx_task.o 38