mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Kconfig and Makefile needed to build iwarp module. Changes since v2: moved from Kbuild to Makefile Signed-off-by: Faisal Latif <faisal.latif@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
9 lines
327 B
Makefile
9 lines
327 B
Makefile
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
|