]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix compilation error for MCF5275
authorTsiChung Liew <Tsi-Chung.Liew@freescale.com>
Fri, 1 Aug 2008 00:52:36 +0000 (19:52 -0500)
committerWolfgang 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

index f337a7563c5f0104d56ccf57f73172e97f8f62d5..74c252869824083832178a7e03b8201b76e0e81c 100644 (file)
@@ -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))