Moves the drivers for Broadcom devices into drivers/net/ethernet/broadcom/ and the necessary Kconfig and Makefile changes. CC: Eilon Greenstein <eilong@broadcom.com> CC: Michael Chan <mchan@broadcom.com> CC: Matt Carlson <mcarlson@broadcom.com> CC: Gary Zambrano <zambrano@broadcom.com> CC: "Maciej W. Rozycki" <macro@linux-mips.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
8 lines
225 B
Makefile
8 lines
225 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/
|