GNU Linux-libre 4.9.318-gnu1
[releases.git] / drivers / net / ethernet / broadcom / Makefile
1 #
2 # Makefile for the Broadcom network device drivers.
3 #
4
5 obj-$(CONFIG_B44) += b44.o
6 obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o
7 obj-$(CONFIG_BCMGENET) += genet/
8 obj-$(CONFIG_BNX2) += bnx2.o
9 obj-$(CONFIG_CNIC) += cnic.o
10 obj-$(CONFIG_BNX2X) += bnx2x/
11 obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o
12 obj-$(CONFIG_TIGON3) += tg3.o
13 obj-$(CONFIG_BGMAC) += bgmac.o
14 obj-$(CONFIG_BGMAC_BCMA) += bgmac-bcma.o bgmac-bcma-mdio.o
15 obj-$(CONFIG_BGMAC_PLATFORM) += bgmac-platform.o
16 obj-$(CONFIG_SYSTEMPORT) += bcmsysport.o
17 obj-$(CONFIG_BNXT) += bnxt/
18
19 # FIXME: temporarily silence -Warray-bounds on non W=1+ builds
20 ifndef KBUILD_EXTRA_WARN
21 CFLAGS_tg3.o += -Wno-array-bounds
22 endif