mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
ice: split queue stuff out of virtchnl.c - tmp rename
Temporary rename of virtchnl.c into queues.c In order to split virtchnl.c in a way that makes it much easier to still blame new file, we do it via multiple git steps. Signed-off-by: Przemek Kitszel <przemyslaw.kitszel@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
This commit is contained in:
parent
5de6c855e2
commit
1948b867c1
|
|
@ -47,9 +47,9 @@ ice-y := ice_main.o \
|
|||
ice_adapter.o
|
||||
ice-$(CONFIG_PCI_IOV) += \
|
||||
ice_sriov.o \
|
||||
virt/virtchnl.o \
|
||||
virt/allowlist.o \
|
||||
virt/fdir.o \
|
||||
virt/queues.o \
|
||||
ice_vf_mbx.o \
|
||||
ice_vf_vsi_vlan_ops.o \
|
||||
ice_vf_lib.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user