diff options
Diffstat (limited to 'drivers/net/bnx2x/Makefile')
-rw-r--r-- | drivers/net/bnx2x/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/bnx2x/Makefile b/drivers/net/bnx2x/Makefile new file mode 100644 index 00000000000..48fbdd48f88 --- /dev/null +++ b/drivers/net/bnx2x/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Makefile for Broadcom 10-Gigabit ethernet driver | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_BNX2X) += bnx2x.o | ||
6 | |||
7 | bnx2x-objs := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o bnx2x_stats.o bnx2x_dcb.o bnx2x_sp.o | ||