diff options
author | stroese <stroese> | 2003-03-25 14:41:35 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-03-25 14:41:35 +0000 |
commit | d69b100e7038ccf7a760dad973ec4a7a35c81e9c (patch) | |
tree | 5ef1e6707d1cd47e9306dd9347bbb0a0d82c471d /board/esd/pci405/Makefile | |
parent | 5d5d44e71787014b409eca6714229d3357c6c000 (diff) | |
download | u-boot-imx-d69b100e7038ccf7a760dad973ec4a7a35c81e9c.zip u-boot-imx-d69b100e7038ccf7a760dad973ec4a7a35c81e9c.tar.gz u-boot-imx-d69b100e7038ccf7a760dad973ec4a7a35c81e9c.tar.bz2 |
esd PCI405 updated.
Diffstat (limited to 'board/esd/pci405/Makefile')
-rw-r--r-- | board/esd/pci405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pci405/Makefile b/board/esd/pci405/Makefile index 39d2fec..62d7bf9 100644 --- a/board/esd/pci405/Makefile +++ b/board/esd/pci405/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o +OBJS = $(BOARD).o flash.o cmd_pci405.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ |