Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16666b4a authored by Faisal Latif's avatar Faisal Latif Committed by Doug Ledford
Browse files

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: default avatarFaisal Latif <faisal.latif@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 4097351a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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
+9 −0
Original line number Diff line number Diff line
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