PMC405DE: fix out of tree building

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2009-07-27 08:50:59 +02:00
parent 10c7604d02
commit 85d6bf0bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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)