Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.7 11 lines 288 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_BNX2) += bnx2.o 8obj-$(CONFIG_CNIC) += cnic.o 9obj-$(CONFIG_BNX2X) += bnx2x/ 10obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o 11obj-$(CONFIG_TIGON3) += tg3.o