xref: /linux/drivers/scsi/mvsas/Makefile (revision 20b09c2992fefbe78f8cede7b404fb143a413c52)
12ad52f47SJeff Garzik#
2*20b09c29SAndy Yan# Makefile for Marvell 88SE64xx/88SE84xx SAS/SATA driver.
32ad52f47SJeff Garzik#
42ad52f47SJeff Garzik# Copyright 2007 Red Hat, Inc.
52ad52f47SJeff Garzik# Copyright 2008 Marvell. <kewei@marvell.com>
62ad52f47SJeff Garzik#
72ad52f47SJeff Garzik# This file is licensed under GPLv2.
82ad52f47SJeff Garzik#
92ad52f47SJeff Garzik# This program is free software; you can redistribute it and/or
102ad52f47SJeff Garzik# modify it under the terms of the GNU General Public License as
112ad52f47SJeff Garzik# published by the Free Software Foundation; version 2 of the
122ad52f47SJeff Garzik# License.
132ad52f47SJeff Garzik#
142ad52f47SJeff Garzik# This program is distributed in the hope that it will be useful,
152ad52f47SJeff Garzik# but WITHOUT ANY WARRANTY; without even the implied warranty of
162ad52f47SJeff Garzik# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
172ad52f47SJeff Garzik# General Public License for more details.
182ad52f47SJeff Garzik#
192ad52f47SJeff Garzik# You should have received a copy of the GNU General Public License
202ad52f47SJeff Garzik# along with this program; if not, write to the Free Software
212ad52f47SJeff Garzik# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
222ad52f47SJeff Garzik# USA
232ad52f47SJeff Garzik
24*20b09c29SAndy Yanifeq ($(CONFIG_SCSI_MVSAS_DEBUG),y)
25*20b09c29SAndy Yan	EXTRA_CFLAGS += -DMV_DEBUG
26*20b09c29SAndy Yanendif
27*20b09c29SAndy Yan
282ad52f47SJeff Garzikobj-$(CONFIG_SCSI_MVSAS) += mvsas.o
29dd4969a8SJeff Garzikmvsas-y +=  mv_init.o  \
30dd4969a8SJeff Garzik           mv_sas.o   \
31*20b09c29SAndy Yan           mv_64xx.o  \
32*20b09c29SAndy Yan           mv_94xx.o
33