This website requires JavaScript.
Explore
Help
Sign In
p71924506
/
linux_old1
Watch
1
Star
0
Fork
You've already forked linux_old1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
19bcd6c618
linux_old1
/
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