summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile.lib
diff options
context:
space:
mode:
authorOsamu Tomita <tomita@cinet.co.jp>2003-03-20 13:08:10 -0500
committerJeff Garzik <jgarzik@redhat.com>2003-03-20 13:08:10 -0500
commit605cafbe59d468503cd0756aa4daa6f129cb4de9 (patch)
tree612b27a76fde902a49b313caa6e8ddc83ac0364e /drivers/net/Makefile.lib
parentb65f28bed889757c03a5d3b9efddb077cf9c56b3 (diff)
[PATCH] Support PC-9800 subarchitecture (9/14) NIC
This is the patch to support NEC PC-9800 subarchitecture against 2.5.65-ac1. (9/14) C-bus(PC98's legacy bus like ISA) network cards support. Change IO port and IRQ assign. Add NE2000 compatible driver for PC-9800. PCI netwwork card works fine without patch. Regards, Osamu Tomita
Diffstat (limited to 'drivers/net/Makefile.lib')
-rw-r--r--drivers/net/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile.lib b/drivers/net/Makefile.lib
index c918d456d1b3..44e3b9b329e9 100644
--- a/drivers/net/Makefile.lib
+++ b/drivers/net/Makefile.lib
@@ -19,6 +19,7 @@ obj-$(CONFIG_MACE) += crc32.o
obj-$(CONFIG_MACMACE) += crc32.o
obj-$(CONFIG_MIPS_AU1000_ENET) += crc32.o
obj-$(CONFIG_NATSEMI) += crc32.o
+obj-$(CONFIG_NE2K_CBUS) += crc32.o
obj-$(CONFIG_PCMCIA_FMVJ18X) += crc32.o
obj-$(CONFIG_PCMCIA_SMC91C92) += crc32.o
obj-$(CONFIG_PCMCIA_XIRTULIP) += crc32.o