diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-07-31 19:52:36 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-01 12:33:59 +0200 |
commit | 35d3bd3cc35c508a6823dac77e0fd126808e4fc7 (patch) | |
tree | c4acbe3df07ba784625e8a34910a6c3a7c2db3df /board | |
parent | 5c40548f01218360a1f1395198c50ff45f3035b5 (diff) |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/m5275evb/Makefile b/board/freescale/m5275evb/Makefile index f337a7563c5..74c25286982 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)) |