summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2014-08-01 20:37:16 -0700
committerTom Rini <trini@ti.com>2014-08-30 07:46:39 -0400
commit799e125cca9f75a6e3bc87676266f8da4ebefcfd (patch)
tree1548e0c775e78f41bbe8fc1b8da4b3820feb967a /drivers/net/Makefile
parent2d66a0fd58ac8623b3eea01e31b7917a20f287c1 (diff)
downloadu-boot-imx-799e125cca9f75a6e3bc87676266f8da4ebefcfd.zip
u-boot-imx-799e125cca9f75a6e3bc87676266f8da4ebefcfd.tar.gz
u-boot-imx-799e125cca9f75a6e3bc87676266f8da4ebefcfd.tar.bz2
arm: bcm281xx: net: Add Ethernet Driver
The Broadcom StarFighter2 Ethernet driver is used in multiple Broadcom SoC(s) and: - supports multiple MAC blocks, - provides support for the Broadcom GMAC. This driver requires MII and PHYLIB. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 84b8ec4..2c4dd7c 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -10,6 +10,8 @@ obj-$(CONFIG_ALTERA_TSE) += altera_tse.o
obj-$(CONFIG_ARMADA100_FEC) += armada100_fec.o
obj-$(CONFIG_DRIVER_AT91EMAC) += at91_emac.o
obj-$(CONFIG_DRIVER_AX88180) += ax88180.o
+obj-$(CONFIG_BCM_SF2_ETH) += bcm-sf2-eth.o
+obj-$(CONFIG_BCM_SF2_ETH_GMAC) += bcm-sf2-eth-gmac.o
obj-$(CONFIG_BFIN_MAC) += bfin_mac.o
obj-$(CONFIG_CALXEDA_XGMAC) += calxedaxgmac.o
obj-$(CONFIG_CS8900) += cs8900.o