mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:36:48 +07:00
9f6c925889
Newly created files have no functionality changes, but includes some functionality from bnx2x_main.c which is common for PF and coming in the future VF driver. Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
140 B
Makefile
8 lines
140 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
|