aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ibm_emac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ibm_emac/Makefile')
-rw-r--r--drivers/net/ibm_emac/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/ibm_emac/Makefile b/drivers/net/ibm_emac/Makefile
deleted file mode 100644
index 7f583a333c2..00000000000
--- a/drivers/net/ibm_emac/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-#
-# Makefile for the IBM PPC4xx EMAC controllers
-#
-
-obj-$(CONFIG_IBM_EMAC) += ibm_emac.o
-
-ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o
-
-# Only need this if you want to see additional debug messages
-ifeq ($(CONFIG_IBM_EMAC_ERRMSG), y)
-ibm_emac-objs += ibm_emac_debug.o
-endif