diff options
author | stroese <stroese> | 2004-09-16 12:34:51 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-09-16 12:34:51 +0000 |
commit | 8b1ccd8693abb63537c97b71a3eebefaeefeaf6d (patch) | |
tree | f1bb9ccbcabd5cd35651f5a5fb2a0f47d0294637 /board/esd/ar405/Makefile | |
parent | e623a1a3942fc84078bf31704d320900bcf3f6b7 (diff) | |
download | u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.zip u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.tar.gz u-boot-imx-8b1ccd8693abb63537c97b71a3eebefaeefeaf6d.tar.bz2 |
Update AR405 board.
Diffstat (limited to 'board/esd/ar405/Makefile')
-rw-r--r-- | board/esd/ar405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ar405/Makefile b/board/esd/ar405/Makefile index f5bda55..a60495a 100644 --- a/board/esd/ar405/Makefile +++ b/board/esd/ar405/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) |