Skip to content
Snippets Groups Projects
Commit 85d6bf0b authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

PMC405DE: fix out of tree building


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 10c7604d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment