| Jeff Garzik | 2ad52f4 | 2009-05-08 16:35:37 -0400 | [diff] [blame] | 1 | # | 
| Andy Yan | 20b09c2 | 2009-05-08 17:46:40 -0400 | [diff] [blame] | 2 | # Makefile for Marvell 88SE64xx/88SE84xx SAS/SATA driver. | 
| Jeff Garzik | 2ad52f4 | 2009-05-08 16:35:37 -0400 | [diff] [blame] | 3 | # | 
 | 4 | # Copyright 2007 Red Hat, Inc. | 
 | 5 | # Copyright 2008 Marvell. <kewei@marvell.com> | 
| Xiangliang Yu | 0b15fb1 | 2011-04-26 06:36:51 -0700 | [diff] [blame] | 6 | # Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> | 
| Jeff Garzik | 2ad52f4 | 2009-05-08 16:35:37 -0400 | [diff] [blame] | 7 | # | 
 | 8 | # This file is licensed under GPLv2. | 
 | 9 | # | 
 | 10 | # This program is free software; you can redistribute it and/or | 
 | 11 | # modify it under the terms of the GNU General Public License as | 
 | 12 | # published by the Free Software Foundation; version 2 of the | 
 | 13 | # License. | 
 | 14 | # | 
 | 15 | # This program is distributed in the hope that it will be useful, | 
 | 16 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | 
 | 17 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
 | 18 | # General Public License for more details. | 
 | 19 | # | 
 | 20 | # You should have received a copy of the GNU General Public License | 
 | 21 | # along with this program; if not, write to the Free Software | 
 | 22 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | 
 | 23 | # USA | 
 | 24 |  | 
| matt mooney | bfbec92 | 2011-01-14 06:12:49 -0800 | [diff] [blame] | 25 | ccflags-$(CONFIG_SCSI_MVSAS_DEBUG) := -DMV_DEBUG | 
| Andy Yan | 20b09c2 | 2009-05-08 17:46:40 -0400 | [diff] [blame] | 26 |  | 
| Jeff Garzik | 2ad52f4 | 2009-05-08 16:35:37 -0400 | [diff] [blame] | 27 | obj-$(CONFIG_SCSI_MVSAS) += mvsas.o | 
| Jeff Garzik | dd4969a | 2009-05-08 17:44:01 -0400 | [diff] [blame] | 28 | mvsas-y +=  mv_init.o  \ | 
 | 29 |            mv_sas.o   \ | 
| Andy Yan | 20b09c2 | 2009-05-08 17:46:40 -0400 | [diff] [blame] | 30 |            mv_64xx.o  \ | 
 | 31 |            mv_94xx.o |