diff options
| author | Stephen Hemminger <shemminger@vyatta.com> | 2008-12-02 18:00:28 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-12-02 18:00:28 -0500 |
| commit | ca17584bf2ad1b1e37a5c0e4386728cc5fc9dabc (patch) | |
| tree | 12b894204f9ed2b925f370da60003e3c641c12bb /drivers/net/Makefile | |
| parent | b9a9b4b0429d0c0e4655d531a57a6424d972433c (diff) | |
mac8390: update to net_device_ops
Another related 8390 driver. Since this is for nubus, not sure if
anyone still has the hardware?
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
| -rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 5f3baca3620d..f664e8ddfd40 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
| @@ -97,7 +97,7 @@ obj-$(CONFIG_HAMACHI) += hamachi.o | |||
| 97 | obj-$(CONFIG_NET) += Space.o loopback.o | 97 | obj-$(CONFIG_NET) += Space.o loopback.o |
| 98 | obj-$(CONFIG_SEEQ8005) += seeq8005.o | 98 | obj-$(CONFIG_SEEQ8005) += seeq8005.o |
| 99 | obj-$(CONFIG_NET_SB1000) += sb1000.o | 99 | obj-$(CONFIG_NET_SB1000) += sb1000.o |
| 100 | obj-$(CONFIG_MAC8390) += mac8390.o | 100 | obj-$(CONFIG_MAC8390) += mac8390.o 8390.o |
| 101 | obj-$(CONFIG_APNE) += apne.o 8390.o | 101 | obj-$(CONFIG_APNE) += apne.o 8390.o |
| 102 | obj-$(CONFIG_PCMCIA_PCNET) += 8390.o | 102 | obj-$(CONFIG_PCMCIA_PCNET) += 8390.o |
| 103 | obj-$(CONFIG_HP100) += hp100.o | 103 | obj-$(CONFIG_HP100) += hp100.o |
