mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
3401299a1b
Move the D-Link drivers into drivers/net/ethernet/dlink/ and make the necessary Kconfig and Makefile changes. CC: Bjorn Ekwall <bj0rn@blox.se> CC: Donald Becker <becker@scyld.com> CC: Edward Peng <edward_peng@dlink.com.tw> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
9 lines
183 B
Makefile
9 lines
183 B
Makefile
#
|
|
# Makefile for the D-Link network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_DE600) += de600.o
|
|
obj-$(CONFIG_DE620) += de620.o
|
|
obj-$(CONFIG_DL2K) += dl2k.o
|
|
obj-$(CONFIG_SUNDANCE) += sundance.o
|