]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xilinx: Use proper name instead of BOARD variable
authorMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 17:08:48 +0000 (18:08 +0100)
committerMichal Simek <monstr@monstr.eu>
Thu, 1 Nov 2012 17:08:48 +0000 (18:08 +0100)
The reason is that this folder is symlinked from others
which means that BOARD variable is setup
to origin board name.

Signed-off-by: Michal Simek <monstr@monstr.eu>
board/xilinx/microblaze-generic/Makefile
board/xilinx/ppc405-generic/Makefile
board/xilinx/ppc440-generic/Makefile

index 761203dcfcdee5805f3c18df3c3cb124ff677df6..d4d11692922c3d6b680c894f61907a4e3ec24a7a 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  = $(BOARD).o
+COBJS  = microblaze-generic.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
index 3c1bf9965c6684f78fee2eb777b8dde3c52f1c06..955715972a0e8f36dcfecfd521668bb15755dba3 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  = $(BOARD).o
+COBJS  = ppc405-generic.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
index 9e8de997b002c727847ef0aef403e3c0096d20c4..80b34b51c1f529ee01ac3f8e77bda680561584db 100644 (file)
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  = $(BOARD).o
+COBJS  = ppc440-generic.o
 SOBJS   = init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)