[ofa-general] [PATCH v3 13/13] QLogic VNIC: Modifications to IB Kconfig and Makefile

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ramachandra K
Date: Thursday, May 29, 2008 - 3:00 am

From: Ramachandra K <ramachandra.kuchimanchi@qlogic.com>

This patch modifies the toplevel Infiniband Kconfig and Makefile
to include QLogic VNIC as new ULP.

Signed-off-by: Ramachandra K <ramachandra.kuchimanchi@qlogic.com>
Signed-off-by: Poornima Kamath <poornima.kamath@qlogic.com>
Signed-off-by: Amar Mudrankit <amar.mudrankit@qlogic.com>
---

 drivers/infiniband/Kconfig  |    2 ++
 drivers/infiniband/Makefile |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig
index a5dc78a..0775df5 100644
--- a/drivers/infiniband/Kconfig
+++ b/drivers/infiniband/Kconfig
@@ -53,4 +53,6 @@ source "drivers/infiniband/ulp/srp/Kconfig"
 
 source "drivers/infiniband/ulp/iser/Kconfig"
 
+source "drivers/infiniband/ulp/qlgc_vnic/Kconfig"
+
 endif # INFINIBAND
diff --git a/drivers/infiniband/Makefile b/drivers/infiniband/Makefile
index ed35e44..845271e 100644
--- a/drivers/infiniband/Makefile
+++ b/drivers/infiniband/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_INFINIBAND_NES)		+= hw/nes/
 obj-$(CONFIG_INFINIBAND_IPOIB)		+= ulp/ipoib/
 obj-$(CONFIG_INFINIBAND_SRP)		+= ulp/srp/
 obj-$(CONFIG_INFINIBAND_ISER)		+= ulp/iser/
+obj-$(CONFIG_INFINIBAND_QLGC_VNIC)	+= ulp/qlgc_vnic/

_______________________________________________
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[ofa-general] [PATCH v3 00/13] QLogic VNIC Driver , Ramachandra K, (Thu May 29, 2:53 am)
[ofa-general] [PATCH v3 13/13] QLogic VNIC: Modifications ..., Ramachandra K, (Thu May 29, 3:00 am)
[ofa-general] Re: [PATCH v3 01/13] QLogic VNIC: Driver - n ..., Stephen Hemminger, (Thu May 29, 10:27 am)
[ofa-general] Re: [PATCH v3 08/13] QLogic VNIC: sysfs inte ..., Stephen Hemminger, (Thu May 29, 10:30 am)
Re: [ofa-general] Re: [PATCH v3 01/13] QLogic VNIC: Driver ..., Stephen Hemminger, (Tue Jun 3, 10:51 am)
Re: [ofa-general] Re: [PATCH v3 08/13] QLogic VNIC: sysfs ..., Stephen Hemminger, (Thu Jun 5, 10:01 am)