dee1ad47f2
Moves the Intel wired LAN drivers into drivers/net/ethernet/intel/ and the necessary Kconfig and Makefile changes. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
10 lines
311 B
Makefile
10 lines
311 B
Makefile
#
|
|
# Makefile for the Linux network Ethernet device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_NET_VENDOR_3COM) += 3com/
|
|
obj-$(CONFIG_NET_VENDOR_8390) += 8390/
|
|
obj-$(CONFIG_NET_VENDOR_AMD) += amd/
|
|
obj-$(CONFIG_NET_VENDOR_BROADCOM) += broadcom/
|
|
obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/
|
|
obj-$(CONFIG_NET_VENDOR_INTEL) += intel/
|