diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-07-05 22:57:46 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-07-10 14:29:09 -0600 |
commit | 3b635492c95bd0d6e08f93f699821cba1f602a64 (patch) | |
tree | d86e160d539ea2fe8a2b7265e6f3c03880c210ad /board/freescale/m5329evb | |
parent | c5ded275d839e4ff79f41718d50a835d989f57bc (diff) | |
download | u-boot-imx-3b635492c95bd0d6e08f93f699821cba1f602a64.zip u-boot-imx-3b635492c95bd0d6e08f93f699821cba1f602a64.tar.gz u-boot-imx-3b635492c95bd0d6e08f93f699821cba1f602a64.tar.bz2 |
Update for flash.o and mii.o
Removed flash.o and added mii.o
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/freescale/m5329evb')
-rw-r--r-- | board/freescale/m5329evb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5329evb/Makefile b/board/freescale/m5329evb/Makefile index f94ee9d..74c2528 100644 --- a/board/freescale/m5329evb/Makefile +++ b/board/freescale/m5329evb/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o flash.o +COBJS = $(BOARD).o mii.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |