mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
3f518509de
This commit adds a new network driver for the network controller in Marvell Armada 375 SoC. Given the controller is very different from the ones in the other Marvell SoCs that use the mv643xx_eth (Kirkwood, Orion, Discovery) and mvneta (Armada 370/38x/XP) drivers, a new driver is needed. Signed-off-by: Marcin Wojtas <mw@semihalf.com> [Ezequiel: coding style cleanup] Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
287 B
Makefile
12 lines
287 B
Makefile
#
|
|
# Makefile for the Marvell device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MVMDIO) += mvmdio.o
|
|
obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o
|
|
obj-$(CONFIG_MVNETA) += mvneta.o
|
|
obj-$(CONFIG_MVPP2) += mvpp2.o
|
|
obj-$(CONFIG_PXA168_ETH) += pxa168_eth.o
|
|
obj-$(CONFIG_SKGE) += skge.o
|
|
obj-$(CONFIG_SKY2) += sky2.o
|