mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
PMC405DE: fix out of tree building
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
10c7604d02
commit
85d6bf0bdc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue