mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
fe21b6c3a6
Move i40e_client.h to include/linux/net/intel/* since its shared between i40iw and i40e. Signed-off-by: Shiraz Saleem <shiraz.saleem@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
10 lines
314 B
Makefile
10 lines
314 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
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
|