[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1453318816-21672-16-git-send-email-faisal.latif@intel.com>
Date: Wed, 20 Jan 2016 13:40:15 -0600
From: Faisal Latif <faisal.latif@...el.com>
To: dledford@...hat.com
Cc: linux-rdma@...r.kernel.org, netdev@...r.kernel.org,
jeffrey.t.kirsher@...el.com, e1000-rdma@...ts.sourceforge.net,
Faisal Latif <faisal.latif@...el.com>
Subject: [PATCH v3 15/16] i40iw: Kconfig and Makefile for iwarp module
Kconfig and Makefile needed to build iwarp module.
Changes since v2:
moved from Kbuild to Makefile
Signed-off-by: Faisal Latif <faisal.latif@...el.com>
---
drivers/infiniband/hw/i40iw/Kconfig | 7 +++++++
drivers/infiniband/hw/i40iw/Makefile | 9 +++++++++
2 files changed, 16 insertions(+)
create mode 100644 drivers/infiniband/hw/i40iw/Kconfig
create mode 100644 drivers/infiniband/hw/i40iw/Makefile
diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig
new file mode 100644
index 0000000..6e7d27a
--- /dev/null
+++ b/drivers/infiniband/hw/i40iw/Kconfig
@@ -0,0 +1,7 @@
+config INFINIBAND_I40IW
+ tristate "Intel(R) Ethernet X722 iWARP Driver"
+ depends on INET && I40E
+ select GENERIC_ALLOCATOR
+ ---help---
+ Intel(R) Ethernet X722 iWARP Driver
+ INET && I40IW && INFINIBAND && I40E
diff --git a/drivers/infiniband/hw/i40iw/Makefile b/drivers/infiniband/hw/i40iw/Makefile
new file mode 100644
index 0000000..90068c0
--- /dev/null
+++ b/drivers/infiniband/hw/i40iw/Makefile
@@ -0,0 +1,9 @@
+ccflags-y := -Idrivers/net/ethernet/intel/i40e
+
+obj-$(CONFIG_INFINIBAND_I40IW) += i40iw.o
+
+i40iw-objs :=\
+ i40iw_cm.o i40iw_ctrl.o \
+ i40iw_hmc.o i40iw_hw.o i40iw_main.o \
+ i40iw_pble.o i40iw_puda.o i40iw_uk.o i40iw_utils.o \
+ i40iw_verbs.o i40iw_virtchnl.o i40iw_vf.o
--
2.5.3
Powered by blists - more mailing lists