Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.2-rc6 14 lines 393 B view raw
1# 2# Makefile for the Broadcom network device drivers. 3# 4 5obj-$(CONFIG_B44) += b44.o 6obj-$(CONFIG_BCM63XX_ENET) += bcm63xx_enet.o 7obj-$(CONFIG_BCMGENET) += genet/ 8obj-$(CONFIG_BNX2) += bnx2.o 9obj-$(CONFIG_CNIC) += cnic.o 10obj-$(CONFIG_BNX2X) += bnx2x/ 11obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o 12obj-$(CONFIG_TIGON3) += tg3.o 13obj-$(CONFIG_BGMAC) += bgmac.o 14obj-$(CONFIG_SYSTEMPORT) += bcmsysport.o