mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
492205050d
The Allwinner A10 has an ethernet controller that seem to be developped internally by them. The exact feature set of this controller is unknown, since there is no public documentation for this IP, and this driver is mostly the one published by Allwinner that has been heavily cleaned up. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Tested-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6 lines
91 B
Makefile
6 lines
91 B
Makefile
#
|
|
# Makefile for the Allwinner device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SUN4I_EMAC) += sun4i-emac.o
|