mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 02:51:44 +00:00
a88394cfb5
Move the DEC - Tulip driver into drivers/net/ethernet/dec/tulip/ and make the necessary Kconfig and Makefile changes. The Digital Equioment (DEC) driver ewrk3 was moved into drivers/net/ethernet/dec/ and the remaining drivers (Tulip) were moved into drivers/net/ethernet/dec/tulip/ CC: Tobias Ringstrom <tori@unhappy.mine.nu> CC: Grant Grundler <grundler@parisc-linux.org> CC: David Davies <davies@maniac.ultranet.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Grant Grundler <grundler@parisc-linux.org>
7 lines
136 B
Makefile
7 lines
136 B
Makefile
#
|
|
# Makefile for the Digital Equipment Inc. network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_EWRK3) += ewrk3.o
|
|
obj-$(CONFIG_NET_TULIP) += tulip/
|