diff options
author | stroese <stroese> | 2004-12-16 18:36:28 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:36:28 +0000 |
commit | ab379df3535036ccce6a27303f8604a24b8b3276 (patch) | |
tree | cec1126a1ac8f24e87e7263060042720dc983830 /board/esd/du405/Makefile | |
parent | f2dfe44fd68d6f2d5af037333e6f34d052b0f368 (diff) | |
download | u-boot-imx-ab379df3535036ccce6a27303f8604a24b8b3276.zip u-boot-imx-ab379df3535036ccce6a27303f8604a24b8b3276.tar.gz u-boot-imx-ab379df3535036ccce6a27303f8604a24b8b3276.tar.bz2 |
DU405 board update
Diffstat (limited to 'board/esd/du405/Makefile')
-rw-r--r-- | board/esd/du405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/du405/Makefile b/board/esd/du405/Makefile index e6d7dd0..5ec4a4f 100644 --- a/board/esd/du405/Makefile +++ b/board/esd/du405/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) |