diff options
author | Jason Jin <Jason.jin@freescale.com> | 2012-10-12 16:59:47 +0800 |
---|---|---|
committer | Andy Voltz <andy.voltz@timesys.com> | 2012-10-17 14:37:26 -0400 |
commit | 7974a95ddfa0ad24e6d3684f350b7bfd84feb816 (patch) | |
tree | 780cca7aeca872dea59814dcdf9b1c8396a87536 /drivers/net/Makefile | |
parent | e6610495a8c388f60c129dffd264141ef304508d (diff) |
ENGR00216078-2: switch: add L2 switch driver for Vybrid3.0-mvf-201210121659
Port the L2 switch driver from CF platform for Vybridi plaform.
This driver usually should work together with the RSTP demo
applications provided by fsl.
Signed-off-by: Alison Wang <b18965@freescale.com>
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index f7e26baa26a3..6d1f6624bada 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -124,6 +124,7 @@ obj-$(CONFIG_PCMCIA_PCNET) += 8390.o obj-$(CONFIG_HP100) += hp100.o obj-$(CONFIG_SMC9194) += smc9194.o obj-$(CONFIG_FEC) += fec.o +obj-$(CONFIG_FSL_L2_SWITCH) += fsl_l2_switch.o obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx.o ifeq ($(CONFIG_FEC_MPC52xx_MDIO),y) obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx_phy.o |