diff options
author | stroese <stroese> | 2004-12-16 18:37:08 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:37:08 +0000 |
commit | 31193c2cca272d8e661b28b9e8492949c9dd7309 (patch) | |
tree | 4c12d93afab3b28840529a5c09a01a302ef05fc9 /board/esd/hub405/Makefile | |
parent | ab379df3535036ccce6a27303f8604a24b8b3276 (diff) | |
download | u-boot-imx-31193c2cca272d8e661b28b9e8492949c9dd7309.zip u-boot-imx-31193c2cca272d8e661b28b9e8492949c9dd7309.tar.gz u-boot-imx-31193c2cca272d8e661b28b9e8492949c9dd7309.tar.bz2 |
HUB405 board update
Diffstat (limited to 'board/esd/hub405/Makefile')
-rw-r--r-- | board/esd/hub405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/hub405/Makefile b/board/esd/hub405/Makefile index f5bda55..a60495a 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) |