summaryrefslogtreecommitdiffstats
path: root/board/esd/hub405/Makefile
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 18:37:08 +0000
committerstroese <stroese>2004-12-16 18:37:08 +0000
commit31193c2cca272d8e661b28b9e8492949c9dd7309 (patch)
tree4c12d93afab3b28840529a5c09a01a302ef05fc9 /board/esd/hub405/Makefile
parentab379df3535036ccce6a27303f8604a24b8b3276 (diff)
downloadu-boot-31193c2cca272d8e661b28b9e8492949c9dd7309.tar.gz
u-boot-31193c2cca272d8e661b28b9e8492949c9dd7309.tar.xz
u-boot-31193c2cca272d8e661b28b9e8492949c9dd7309.zip
HUB405 board update
Diffstat (limited to 'board/esd/hub405/Makefile')
-rw-r--r--board/esd/hub405/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/hub405/Makefile b/board/esd/hub405/Makefile
index f5bda5519a..a60495a59a 100644
--- a/board/esd/hub405/Makefile
+++ b/board/esd/hub405/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS = $(BOARD).o flash.o
+OBJS = $(BOARD).o flash.o ../common/misc.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)