diff options
| author | Wolfgang Denk <[email protected]> | 2009-07-27 08:50:59 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-07-27 08:50:59 +0200 |
| commit | 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb (patch) | |
| tree | 9db4694df6090f1e2a613909c1425d7bf914e9cf | |
| parent | 10c7604d021949464b1e4ba903df95e6b2f0d2ff (diff) | |
PMC405DE: fix out of tree building
Signed-off-by: Wolfgang Denk <[email protected]>
| -rw-r--r-- | 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 a080649539c..327e51e6071 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) |
