mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
a6a5580c4d
Move the Cisco driver into drivers/net/ethernet/cisco/ and make the necessary Kconfig and Makefile changes. CC: Christian Benvenuti <benve@cisco.com> CC: Vasanthy Kolluri <vkolluri@cisco.com> CC: Roopa Prabhu <roprabhu@cisco.com> CC: David Wang <dwang2@cisco.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6 lines
152 B
Makefile
6 lines
152 B
Makefile
obj-$(CONFIG_ENIC) := enic.o
|
|
|
|
enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
|
|
enic_res.o enic_dev.o enic_pp.o vnic_dev.o vnic_rq.o vnic_vic.o
|
|
|