From: Jing Huang <huangj@brocade.com>
This patch contains Makefile and Kconfig file for scsi and bfa. It is
created using 2.6.27-rc7 kernel.
Signed-off-by: Jing Huang <huangj@brocade.com>
---
drivers/scsi/Kconfig | 6 ++++++
drivers/scsi/Makefile | 1 +
drivers/scsi/bfa/Kconfig | 6 ++++++
drivers/scsi/bfa/Makefile | 25 +++++++++++++++++++++++++
4 files changed, 38 insertions(+)
diff -urpN orig/drivers/scsi/bfa/Kconfig patch/drivers/scsi/bfa/Kconfig
--- orig/drivers/scsi/bfa/Kconfig 1969-12-31 16:00:00.000000000
-0800
+++ patch/drivers/scsi/bfa/Kconfig 2008-09-24 12:08:25.000000000
-0700
@@ -0,0 +1,6 @@
+config SCSI_BFA_FC
+ tristate "Brocade BFA Fibre Channel Support"
+ depends on PCI && SCSI
+ ---help---
+ Select M for building module
+
diff -urpN orig/drivers/scsi/bfa/Makefile
patch/drivers/scsi/bfa/Makefile
--- orig/drivers/scsi/bfa/Makefile 1969-12-31 16:00:00.000000000
-0800
+++ patch/drivers/scsi/bfa/Makefile 2008-09-24 12:08:24.000000000
-0700
@@ -0,0 +1,25 @@
+#
+# Copyright (c) 2005-2008 Brocade Communications Systems, Inc.
+# All rights reserved
+# www.brocade.com
+#
+# Linux driver for Brocade Fibre Channel Host Bus Adapter.
+#
+# This program is free software; you can redistribute it and/or modify
+it # under the terms of the GNU General Public License (GPL) Version 2
+as # published by the Free Software Foundation # # This program is
+distributed in the hope that it will be useful, but # WITHOUT ANY
+WARRANTY; without even the implied warranty of # MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License
+for more details.
+#
+obj-$(CONFIG_SCSI_BFA_FC) := bfa.o
+
+bfa-objs := bfad.o bfad_sysfs.o bfad_intr.o bfad_os.o bfad_im.o \
+ bfad_attr.o bfad_fwimg.o bfa_fcs.o bfa_core.o bfa_ioc.o
bfa_iocfc.o \
+ bfa_fcxp.o bfa_intr.o bfa_timer.o bfa_rport.o bfa_port.o
bfa_uf.o \
+ bfa_sgpg.o bfa_module.o bfa_ioim.o bfa_itnim.o bfa_fcpim.o
bfa_tskim.o \
+ bfa_log.o bfa_log_module.o ...