This website requires JavaScript.
Explore
Help
Sign In
hollalinux
/
linux-sg2042
mirror of
https://github.com/sophgo/linux-riscv.git
Watch
1
Star
0
Fork
You've already forked linux-sg2042
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9f30fffc78
linux-sg2042
/
drivers
/
net
/
ethernet
/
wiznet
/
Makefile
3 lines
76 B
Makefile
Raw
Normal View
History
Unescape
Escape
Ethernet driver for the WIZnet W5100 chip Based on original driver from chip manufacturer, but nearly full rewite. Tested and used in production with Blackfin BF531 embedded processor. Signed-off-by: Mike Sinkovsky <msink@permonline.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-05 03:33:54 +08:00
obj-$(CONFIG_WIZNET_W5100)
+=
w5100.o
Ethernet driver for the WIZnet W5300 chip Based on original driver from chip manufacturer, but nearly full rewite. Tested and used in production with Blackfin BF531 embedded processor. Signed-off-by: Mike Sinkovsky <msink@permonline.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-05 03:33:53 +08:00
obj-$(CONFIG_WIZNET_W5300)
+=
w5300.o