042181f5aa
Moved the HSI dependent slow path code to a separate file. Currently it contains the implementation of MACs, Rx mode, multicast addresses, indirection table, fast path queue and function configuration code. Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@conan.davemloft.net>
8 lines
193 B
Makefile
8 lines
193 B
Makefile
#
|
|
# Makefile for Broadcom 10-Gigabit ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_BNX2X) += bnx2x.o
|
|
|
|
bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o bnx2x_stats.o bnx2x_dcb.o bnx2x_sp.o
|