summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/Makefile
diff options
context:
space:
mode:
authorJesse Brandeburg2018-09-15 02:37:48 +0200
committerJeff Kirsher2018-09-19 00:17:53 +0200
commit5ec8b7d11470f742214708902d8903047855727e (patch)
treefdb7d521ebc67028577866ba436122acfc9f2e66 /drivers/net/ethernet/intel/iavf/Makefile
parentiavf: rename i40e_status to iavf_status (diff)
downloadkernel-qcow2-linux-5ec8b7d11470f742214708902d8903047855727e.tar.gz
kernel-qcow2-linux-5ec8b7d11470f742214708902d8903047855727e.tar.xz
kernel-qcow2-linux-5ec8b7d11470f742214708902d8903047855727e.zip
iavf: move i40evf files to new name
Simply move the i40evf files to the new name, updating the #includes to track the new names, and updating the Makefile as well. A future patch will remove the i40e references (after the code removal patches later in this series). Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/iavf/Makefile')
-rw-r--r--drivers/net/ethernet/intel/iavf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/iavf/Makefile b/drivers/net/ethernet/intel/iavf/Makefile
index 1b050d9d5f49..c1e4b91de4b3 100644
--- a/drivers/net/ethernet/intel/iavf/Makefile
+++ b/drivers/net/ethernet/intel/iavf/Makefile
@@ -11,5 +11,5 @@ subdir-ccflags-y += -I$(src)
obj-$(CONFIG_IAVF) += iavf.o
-iavf-objs := i40evf_main.o i40evf_ethtool.o i40evf_virtchnl.o \
- i40e_txrx.o i40e_common.o i40e_adminq.o i40evf_client.o
+iavf-objs := iavf_main.o iavf_ethtool.o iavf_virtchnl.o \
+ iavf_txrx.o i40e_common.o i40e_adminq.o iavf_client.o