summaryrefslogtreecommitdiffstats
path: root/board/esd/hh405/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-16 12:04:37 +0200
committerWolfgang Denk <wd@denx.de>2007-08-16 12:04:37 +0200
commit592391a6e5c8999e546671ac8efd71a311a03f07 (patch)
tree5bc810c997cd2a0be418eadaae85caa17102d444 /board/esd/hh405/Makefile
parent002275a3ed8b114885f6702d6d544d0780dfe689 (diff)
parenta5a38f4fd7e5366d706ff6a985f9b6715ddbc98b (diff)
downloadtalos-obmc-uboot-592391a6e5c8999e546671ac8efd71a311a03f07.tar.gz
talos-obmc-uboot-592391a6e5c8999e546671ac8efd71a311a03f07.zip
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'board/esd/hh405/Makefile')
-rw-r--r--board/esd/hh405/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/esd/hh405/Makefile b/board/esd/hh405/Makefile
index ce7876c414..0e5e57a5ad 100644
--- a/board/esd/hh405/Makefile
+++ b/board/esd/hh405/Makefile
@@ -28,7 +28,10 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o flash.o ../common/misc.o ../common/auto_update.o
+COBJS = $(BOARD).o flash.o \
+ ../common/misc.o \
+ ../common/esd405ep_nand.o \
+ ../common/auto_update.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
OpenPOWER on IntegriCloud