summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJosh Boyer2008-06-18 01:35:23 +0200
committerJeff Garzik2008-06-18 05:59:01 +0200
commit84aee4889ee843f4cde1c3fb1acfd116733660ef (patch)
tree44b0315f61bd73668957ea3eb49ee06bf6278c7e /drivers/net/Makefile
parentMerge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-... (diff)
downloadkernel-qcow2-linux-84aee4889ee843f4cde1c3fb1acfd116733660ef.tar.gz
kernel-qcow2-linux-84aee4889ee843f4cde1c3fb1acfd116733660ef.tar.xz
kernel-qcow2-linux-84aee4889ee843f4cde1c3fb1acfd116733660ef.zip
ibm_emac: Remove the ibm_emac driver
The arch/ppc sub-tree has been removed in the powerpc git tree. The old ibm_emac driver is no longer used by anything as a result of this. This removes it, leaving the ibm_newemac driver as the proper driver to use for PowerPC boards with the EMAC hardware. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index c96fe2036800..c9faa4605905 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -4,7 +4,6 @@
obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_E1000E) += e1000e/
-obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac/
obj-$(CONFIG_IGB) += igb/
obj-$(CONFIG_IXGBE) += ixgbe/