blob: 52ac4264677d3a053065f2dc3c3513bbc8e7626c [file] [log] [blame]
Jeff Garzik2ad52f42009-05-08 16:35:37 -04001#
Andy Yan20b09c22009-05-08 17:46:40 -04002# Makefile for Marvell 88SE64xx/88SE84xx SAS/SATA driver.
Jeff Garzik2ad52f42009-05-08 16:35:37 -04003#
4# Copyright 2007 Red Hat, Inc.
5# Copyright 2008 Marvell. <kewei@marvell.com>
6#
7# This file is licensed under GPLv2.
8#
9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License as
11# published by the Free Software Foundation; version 2 of the
12# License.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17# General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22# USA
23
Andy Yan20b09c22009-05-08 17:46:40 -040024ifeq ($(CONFIG_SCSI_MVSAS_DEBUG),y)
25 EXTRA_CFLAGS += -DMV_DEBUG
26endif
27
Jeff Garzik2ad52f42009-05-08 16:35:37 -040028obj-$(CONFIG_SCSI_MVSAS) += mvsas.o
Jeff Garzikdd4969a2009-05-08 17:44:01 -040029mvsas-y += mv_init.o \
30 mv_sas.o \
Andy Yan20b09c22009-05-08 17:46:40 -040031 mv_64xx.o \
32 mv_94xx.o