This website requires JavaScript.
Explore
Help
Register
Sign In
luck
/
tmp_suning_uos_patched
Watch
1
Star
0
Fork
1
You've already forked tmp_suning_uos_patched
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ca7a8e8526
tmp_suning_uos_patched
/
drivers
/
net
/
ethernet
/
Makefile
6 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
drivers/net/ethernet: Add ethernet dir and config option This is the initial patch to organize the drivers/net directory structure and networking device driver config options. This patch does the following: - add drivers/net/ethernet/Kconfig - integrate the new files into the existing config Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-03-30 09:25:21 +08:00
#
# Makefile for the Linux network Ethernet device drivers.
#
3c*/acenic/typhoon: Move 3Com Ethernet drivers Moves the 3Com drivers into drivers/net/ethernet/3com/ and the necessary Kconfig and Makefile changes. Did not move the following drivers becuase they use a non-3Com chipset: 3c503, 3c505, 3c507, 3c523 and 3c527 CC: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> CC: David Dillow <dave@thedillows.org> CC: Jes Sorensen <jes@trained-monkey.org> CC: Alan Cox <alan@linux.intel.com> CC: David Hinds <dahinds@users.sourceforge.net> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: David Dillow <dave@thedillows.org>
2011-03-30 18:47:06 +08:00
obj-$(CONFIG_NET_VENDOR_3COM)
+=
3com/
Reference in New Issue
Copy Permalink