- more 2.6.17 port work (still does not build)
[linux-flexiantxendom0-3.2.10.git] / drivers / scsi / sas / Makefile
1 #
2 # Kernel Makefile for the SAS Class
3 #
4 # Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
5 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.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 #
24 # $Id: //depot/sas-class/Makefile#20 $
25 #
26
27 ifeq ($(CONFIG_SCSI_SAS_DOMAIN_DEBUG),y)
28         EXTRA_CFLAGS += -DSAS_DEBUG -g
29 endif
30
31 clean-files += expander_conf
32
33 obj-$(CONFIG_SCSI_SAS_DOMAIN_ATTRS) += scsi_transport_sas_domain.o
34 scsi_transport_sas_domain-y +=  sas_init.o     \
35                 sas_common.o   \
36                 sas_phy.o      \
37                 sas_port.o     \
38                 sas_event.o    \
39                 sas_dump.o     \
40                 sas_discover.o \
41                 sas_expander.o \
42                 sas_scsi_host.o