aboutsummaryrefslogtreecommitdiff
path: root/board/cobra5272/Makefile
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-10-21 12:15:44 +0000
committerJohn Rigby <jrigby@freescale.com>2008-11-03 09:45:58 -0700
commit6e80f5aa09f8d41bac50b38dc7488ecd22107802 (patch)
treed58466bfc86e1cbdf17dcfb9ff10bf54e9f55f50 /board/cobra5272/Makefile
parent012522fef3b382469125beb46a315ab4dee02fb0 (diff)
ColdFire: Remove platforms mii.c file
Will use mcfmii.c driver in drivers/net rather than keep creating new mii.c for each future platform. Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB, M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB, M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's mii.c Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/cobra5272/Makefile')
-rw-r--r--board/cobra5272/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cobra5272/Makefile b/board/cobra5272/Makefile
index be704b76f..cf07cf40f 100644
--- a/board/cobra5272/Makefile
+++ b/board/cobra5272/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o flash.o mii.o
+COBJS = $(BOARD).o flash.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))