diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-20 10:15:19 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 03:21:25 -0400 |
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 5e8be38b45bb..000000000000 --- a/drivers/net/tulip/Makefile +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the Linux "Tulip" family network device drivers. | ||
3 | # | ||
4 | |||
5 | ccflags-$(CONFIG_NET_TULIP) := -DDEBUG | ||
6 | |||
7 | obj-$(CONFIG_PCMCIA_XIRCOM) += xircom_cb.o | ||
8 | obj-$(CONFIG_DM9102) += dmfe.o | ||
9 | obj-$(CONFIG_WINBOND_840) += winbond-840.o | ||
10 | obj-$(CONFIG_DE2104X) += de2104x.o | ||
11 | obj-$(CONFIG_TULIP) += tulip.o | ||
12 | obj-$(CONFIG_DE4X5) += de4x5.o | ||
13 | obj-$(CONFIG_ULI526X) += uli526x.o | ||
14 | |||
15 | # Declare multi-part drivers. | ||
16 | |||
17 | tulip-objs := eeprom.o interrupt.o media.o \ | ||
18 | timer.o tulip_core.o \ | ||
19 | 21142.o pnic.o pnic2.o | ||