summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_emac/Makefile
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-06-17 19:35:23 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-06-17 23:59:01 -0400
commit84aee4889ee843f4cde1c3fb1acfd116733660ef (patch)
tree44b0315f61bd73668957ea3eb49ee06bf6278c7e /drivers/net/ibm_emac/Makefile
parentebaac8c9a5b9e8aeab4009cefcfc1e9421337ac5 (diff)
downloadop-kernel-dev-84aee4889ee843f4cde1c3fb1acfd116733660ef.zip
op-kernel-dev-84aee4889ee843f4cde1c3fb1acfd116733660ef.tar.gz
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/ibm_emac/Makefile')
-rw-r--r--drivers/net/ibm_emac/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/ibm_emac/Makefile b/drivers/net/ibm_emac/Makefile
deleted file mode 100644
index f98ddf0..0000000
--- a/drivers/net/ibm_emac/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# Makefile for the PowerPC 4xx on-chip ethernet driver
-#
-
-obj-$(CONFIG_IBM_EMAC) += ibm_emac.o
-
-ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o
-ibm_emac-$(CONFIG_IBM_EMAC_ZMII) += ibm_emac_zmii.o
-ibm_emac-$(CONFIG_IBM_EMAC_RGMII) += ibm_emac_rgmii.o
-ibm_emac-$(CONFIG_IBM_EMAC_TAH) += ibm_emac_tah.o
-ibm_emac-$(CONFIG_IBM_EMAC_DEBUG) += ibm_emac_debug.o
OpenPOWER on IntegriCloud