summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/Makefile
diff options
context:
space:
mode:
authorPeer Chen <Peer.Chen@uli.com.tw>2005-07-29 15:33:58 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-07-29 15:33:58 -0400
commit4689ced99b18937e28c0f6c190394ccc3c61d651 (patch)
treeaaec0912f3802359f1fd2023e078cf3d31c57286 /drivers/net/tulip/Makefile
parentc32511e2718618f0b53479eb36e07439aa363a74 (diff)
downloadop-kernel-dev-4689ced99b18937e28c0f6c190394ccc3c61d651.zip
op-kernel-dev-4689ced99b18937e28c0f6c190394ccc3c61d651.tar.gz
[netdrvr] add 'uli526x' driver (a tulip clone)
We want to extract our LAN card driver from tulip core driver and make a new file uli526x.c at tulip folder, because we have added some ethtool interface support and non-eprom support in our driver and may be other change in the futher. If our controllers support are still contained in the tulip core driver, I think it'll increase the complexity of maintenance, you know, tulip core driver include several files and support so many other controllers. Furthermore, I tested the newest kernel 2.6.12 and I found the tulip driver can not work on our lan controller, and I no time to debug it, so I aspired want to make a single uli526x.c file just for our controllers. Could you help us remove the ULi m5261/m5263 lan controller support from tulip core driver and add the new single uli526x.c file for us? Signed-off-by: Peer Chen <Peer.Chen@uli.com.tw> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/tulip/Makefile')
-rw-r--r--drivers/net/tulip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tulip/Makefile b/drivers/net/tulip/Makefile
index 8bb9b46..451090d 100644
--- a/drivers/net/tulip/Makefile
+++ b/drivers/net/tulip/Makefile
@@ -9,6 +9,7 @@ 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.
OpenPOWER on IntegriCloud