mirror of https://gitee.com/openkylin/linux.git
8 lines
128 B
Makefile
8 lines
128 B
Makefile
|
#
|
||
|
# Makefile for Broadcom 10-Gigabit ethernet driver
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BNX2X) += bnx2x.o
|
||
|
|
||
|
bnx2x-objs := bnx2x_main.o bnx2x_link.o
|