diff options
author | stroese <stroese> | 2004-12-16 18:35:14 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:35:14 +0000 |
commit | 20aacbf0180fdbcb8b5660d0e8da8cdb49bd3a2c (patch) | |
tree | 2632c79f3458f92aacf274e0cf91f6b630be7cfc /board/esd/cpciiser4/Makefile | |
parent | 7acd6c2168deb38129ab677371c503429a40c532 (diff) | |
download | u-boot-imx-20aacbf0180fdbcb8b5660d0e8da8cdb49bd3a2c.zip u-boot-imx-20aacbf0180fdbcb8b5660d0e8da8cdb49bd3a2c.tar.gz u-boot-imx-20aacbf0180fdbcb8b5660d0e8da8cdb49bd3a2c.tar.bz2 |
CPCIISER4 board update
Diffstat (limited to 'board/esd/cpciiser4/Makefile')
-rw-r--r-- | board/esd/cpciiser4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpciiser4/Makefile b/board/esd/cpciiser4/Makefile index f5bda55..a60495a 100644 --- a/board/esd/cpciiser4/Makefile +++ b/board/esd/cpciiser4/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) |