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