diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-09-12 23:58:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-13 17:26:47 -0400 |
commit | 42f272539487e49c9ea830ad97db41eb9937d5dc (patch) | |
tree | 922b7db911471a526b0164f4233e219f92535f41 /drivers/net/dsa/Makefile | |
parent | 0943629688c62c69d1355bf2abcd217029899da0 (diff) |
net: DSA: Marvell mv88e6171 switch driver
This is the Marvell driver with some cleanups by Claudio Leite
and myself.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Claudio Leite <leitec@staticky.com>
Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/Makefile')
-rw-r--r-- | drivers/net/dsa/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/dsa/Makefile b/drivers/net/dsa/Makefile index dd3cd3b8157f..23a90de9830e 100644 --- a/drivers/net/dsa/Makefile +++ b/drivers/net/dsa/Makefile @@ -7,4 +7,7 @@ endif ifdef CONFIG_NET_DSA_MV88E6131 mv88e6xxx_drv-y += mv88e6131.o endif +ifdef CONFIG_NET_DSA_MV88E6171 +mv88e6xxx_drv-y += mv88e6171.o +endif obj-$(CONFIG_NET_DSA_BCM_SF2) += bcm_sf2.o |