21 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Broadcom network device drivers.4#5 6obj-$(CONFIG_B44) += b44.o7obj-$(CONFIG_BCM4908_ENET) += bcm4908_enet.o8obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o9obj-$(CONFIG_BCMGENET) += genet/10obj-$(CONFIG_BNX2) += bnx2.o11obj-$(CONFIG_CNIC) += cnic.o12obj-$(CONFIG_BNX2X) += bnx2x/13obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o14obj-$(CONFIG_TIGON3) += tg3.o15obj-$(CONFIG_BGMAC) += bgmac.o16obj-$(CONFIG_BGMAC_BCMA) += bgmac-bcma.o bgmac-bcma-mdio.o17obj-$(CONFIG_BGMAC_PLATFORM) += bgmac-platform.o18obj-$(CONFIG_SYSTEMPORT) += bcmsysport.o19obj-$(CONFIG_BNXT) += bnxt/20obj-$(CONFIG_BCMASP) += asp2/21