projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5ded27
)
Update for flash.o and mii.o
author
TsiChungLiew
<Tsi-Chung.Liew@freescale.com>
Fri, 6 Jul 2007 03:57:46 +0000
(22:57 -0500)
committer
John Rigby
<jrigby@freescale.com>
Tue, 10 Jul 2007 20:29:09 +0000
(14:29 -0600)
Removed flash.o and added mii.o
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
board/freescale/m5329evb/Makefile
patch
|
blob
|
history
diff --git
a/board/freescale/m5329evb/Makefile
b/board/freescale/m5329evb/Makefile
index f94ee9d1391e83dbcccf4296663a2f9f1391641b..74c252869824083832178a7e03b8201b76e0e81c 100644
(file)
--- 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))