diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-12-04 01:10:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 01:10:10 -0500 |
commit | 5618f0d1193d6b051da9b59b0e32ad24397f06a4 (patch) | |
tree | dd2f8a354650e03edd5abeee31cf655a09e9aaee /drivers/net/Makefile | |
parent | b6114794a1c394534659f4a17420e48cf23aa922 (diff) |
hydra: convert to net_device_ops
Another device using 8390 library that needs converting.
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 a1fc8a1b50da..1a758dc4394e 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -202,7 +202,7 @@ obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o | |||
202 | obj-$(CONFIG_DECLANCE) += declance.o | 202 | obj-$(CONFIG_DECLANCE) += declance.o |
203 | obj-$(CONFIG_ATARILANCE) += atarilance.o | 203 | obj-$(CONFIG_ATARILANCE) += atarilance.o |
204 | obj-$(CONFIG_A2065) += a2065.o | 204 | obj-$(CONFIG_A2065) += a2065.o |
205 | obj-$(CONFIG_HYDRA) += hydra.o | 205 | obj-$(CONFIG_HYDRA) += hydra.o 8390.o |
206 | obj-$(CONFIG_ARIADNE) += ariadne.o | 206 | obj-$(CONFIG_ARIADNE) += ariadne.o |
207 | obj-$(CONFIG_CS89x0) += cs89x0.o | 207 | obj-$(CONFIG_CS89x0) += cs89x0.o |
208 | obj-$(CONFIG_MACSONIC) += macsonic.o | 208 | obj-$(CONFIG_MACSONIC) += macsonic.o |