diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-20 07:15:19 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 00:21:25 -0700 |
commit | a88394cfb58007cca945699545469017beb0d206 (patch) | |
tree | 7efa1efcaf18d1b8f7bede1f25acdfc0c657c086 /drivers/net/tulip/Makefile | |
parent | 5ff2241dd42ade03572753f9ed7743719b47c474 (diff) |
ewrk3/tulip: Move the DEC - Tulip drivers
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>
Diffstat (limited to 'drivers/net/tulip/Makefile')
-rw-r--r-- | drivers/net/tulip/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/net/tulip/Makefile b/drivers/net/tulip/Makefile deleted file mode 100644 index 5e8be38b45b..00000000000 --- a/drivers/net/tulip/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# -# Makefile for the Linux "Tulip" family network device drivers. -# - -ccflags-$(CONFIG_NET_TULIP) := -DDEBUG - -obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o -obj-$(CONFIG_DM9102) += dmfe.o -obj-$(CONFIG_WINBOND_840) += winbond-840.o -obj-$(CONFIG_DE2104X) += de2104x.o -obj-$(CONFIG_TULIP) += tulip.o -obj-$(CONFIG_DE4X5) += de4x5.o -obj-$(CONFIG_ULI526X) += uli526x.o - -# Declare multi-part drivers. - -tulip-objs := eeprom.o interrupt.o media.o \ - timer.o tulip_core.o \ - 21142.o pnic.o pnic2.o |