[U-Boot] [PATCH] PMC405DE: fix out of tree building

Wolfgang Denk wd at denx.de
Mon Jul 27 08:51:36 CEST 2009


Signed-off-by: Wolfgang Denk <wd at denx.de>
---
 board/esd/pmc405de/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board/esd/pmc405de/Makefile b/board/esd/pmc405de/Makefile
index a080649..327e51e 100644
--- a/board/esd/pmc405de/Makefile
+++ b/board/esd/pmc405de/Makefile
@@ -26,8 +26,8 @@ include $(TOPDIR)/config.mk
 LIB	= $(obj)lib$(BOARD).a
 
 COBJS-y	= $(BOARD).o
-COBJS-y	+= ../common/cmd_loadpci.o
 COBJS-$(CONFIG_CMD_CHIP_CONFIG) += chip_config.o
+COBJS	+= ../common/cmd_loadpci.o
 
 COBJS	:= $(COBJS-y)
 SRCS	:= $(SOBJS:.o=.S) $(COBJS:.o=.c)
-- 
1.6.0.6



More information about the U-Boot mailing list