home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / scsi / sas / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  1.2 KB  |  42 lines

  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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  22. #
  23. # $Id: //depot/sas-class/Makefile#21 $
  24. #
  25.  
  26. ifeq ($(CONFIG_SAS_DEBUG),y)
  27.     EXTRA_CFLAGS += -DSAS_DEBUG -g
  28. endif
  29.  
  30. clean-files += expander_conf
  31.  
  32. obj-$(CONFIG_SAS_CLASS) += sas_class.o
  33. sas_class-y +=  sas_init.o     \
  34.         sas_common.o   \
  35.         sas_phy.o      \
  36.         sas_port.o     \
  37.         sas_event.o    \
  38.         sas_dump.o     \
  39.         sas_discover.o \
  40.         sas_expander.o \
  41.         sas_scsi_host.o
  42.