projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c40548
)
Fix compilation error for MCF5275
author
TsiChung Liew
<Tsi-Chung.Liew@freescale.com>
Fri, 1 Aug 2008 00:52:36 +0000
(19:52 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Fri, 1 Aug 2008 10:33:59 +0000
(12:33 +0200)
Rename OBJ to COBJ in board/platform/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
board/freescale/m5275evb/Makefile
patch
|
blob
|
history
diff --git
a/board/freescale/m5275evb/Makefile
b/board/freescale/m5275evb/Makefile
index f337a7563c5f0104d56ccf57f73172e97f8f62d5..74c252869824083832178a7e03b8201b76e0e81c 100644
(file)
--- a/
board/freescale/m5275evb/Makefile
+++ b/
board/freescale/m5275evb/Makefile
@@
-25,7
+25,7
@@
include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-
OBJS
= $(BOARD).o mii.o
+
COBJS
= $(BOARD).o mii.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))