summaryrefslogtreecommitdiff
path: root/board/esd/hub405/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-16 11:42:47 +0200
committerWolfgang Denk <wd@denx.de>2007-08-16 11:42:47 +0200
commit4a3c7eb917de9cfd611cdd778c58253869587ad5 (patch)
tree8512d7ea2cdcbad35b9cbd4a090a533fe5108c2e /board/esd/hub405/Makefile
parent2d78074d2e806edc380c1464eb9e5df335ece65e (diff)
parenta44e7a97c8cbbac3cbc32376dcaad0ec1f76f604 (diff)
downloadu-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.zip
u-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.tar.gz
u-boot-imx-4a3c7eb917de9cfd611cdd778c58253869587ad5.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flash
Diffstat (limited to 'board/esd/hub405/Makefile')
-rw-r--r--board/esd/hub405/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/esd/hub405/Makefile b/board/esd/hub405/Makefile
index 4d75868..308f752 100644
--- a/board/esd/hub405/Makefile
+++ b/board/esd/hub405/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))