OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
drivers
/
net
/
ethernet
/
broadcom
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Kconfig
6.4 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
693 bytes
11/01/2022 04:52:05 PM
rw-r--r--
📁
bnx2x
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
bnxt
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
genet
-
11/17/2022 06:42:23 AM
rwxr-xr-x
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Broadcom network device drivers. # obj-$(CONFIG_B44) += b44.o obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o obj-$(CONFIG_BCMGENET) += genet/ obj-$(CONFIG_BNX2) += bnx2.o obj-$(CONFIG_CNIC) += cnic.o obj-$(CONFIG_BNX2X) += bnx2x/ obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o obj-$(CONFIG_TIGON3) += tg3.o obj-$(CONFIG_BGMAC) += bgmac.o obj-$(CONFIG_BGMAC_BCMA) += bgmac-bcma.o bgmac-bcma-mdio.o obj-$(CONFIG_BGMAC_PLATFORM) += bgmac-platform.o obj-$(CONFIG_SYSTEMPORT) += bcmsysport.o obj-$(CONFIG_BNXT) += bnxt/ # FIXME: temporarily silence -Warray-bounds on non W=1+ builds ifndef KBUILD_EXTRA_WARN CFLAGS_tg3.o += -Wno-array-bounds endif