summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>2008-07-31 19:52:36 -0500
committerWolfgang Denk <wd@denx.de>2008-08-01 12:33:59 +0200
commit35d3bd3cc35c508a6823dac77e0fd126808e4fc7 (patch)
treec4acbe3df07ba784625e8a34910a6c3a7c2db3df /board
parent5c40548f01218360a1f1395198c50ff45f3035b5 (diff)
downloadblackbird-obmc-uboot-35d3bd3cc35c508a6823dac77e0fd126808e4fc7.tar.gz
blackbird-obmc-uboot-35d3bd3cc35c508a6823dac77e0fd126808e4fc7.zip
Fix compilation error for MCF5275
Rename OBJ to COBJ in board/platform/Makefile Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/m5275evb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5275evb/Makefile b/board/freescale/m5275evb/Makefile
index f337a7563c..74c2528698 100644
--- 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))
OpenPOWER on IntegriCloud