summaryrefslogtreecommitdiff
path: root/board/esd/wuh405/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/wuh405/Makefile
parent002275a3ed8b114885f6702d6d544d0780dfe689 (diff)
parenta5a38f4fd7e5366d706ff6a985f9b6715ddbc98b (diff)
downloadu-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.zip
u-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.tar.gz
u-boot-imx-592391a6e5c8999e546671ac8efd71a311a03f07.tar.bz2
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'board/esd/wuh405/Makefile')
-rw-r--r--board/esd/wuh405/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/esd/wuh405/Makefile b/board/esd/wuh405/Makefile
index 4d75868..308f752 100644
--- a/board/esd/wuh405/Makefile
+++ b/board/esd/wuh405/Makefile
@@ -28,7 +28,9 @@ endif
LIB = $(obj)lib$(BOARD).a
-COBJS = $(BOARD).o flash.o ../common/misc.o
+COBJS = $(BOARD).o flash.o \
+ ../common/misc.o \
+ ../common/esd405ep_nand.o \
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))