diff options
author | stroese <stroese> | 2004-12-16 18:38:22 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:38:22 +0000 |
commit | c2642d14c99bfadf5e1dcbae0c5d646d39b00e55 (patch) | |
tree | 3ad582b116efe704d5c94b23375542c3042e6a47 /board/esd/pci405/Makefile | |
parent | 25215ee2b0d116bf82d97cca69706f9553714cbf (diff) | |
download | u-boot-imx-c2642d14c99bfadf5e1dcbae0c5d646d39b00e55.zip u-boot-imx-c2642d14c99bfadf5e1dcbae0c5d646d39b00e55.tar.gz u-boot-imx-c2642d14c99bfadf5e1dcbae0c5d646d39b00e55.tar.bz2 |
PCI405 board update
Diffstat (limited to 'board/esd/pci405/Makefile')
-rw-r--r-- | board/esd/pci405/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/board/esd/pci405/Makefile b/board/esd/pci405/Makefile index fd72b18..6db564f 100644 --- a/board/esd/pci405/Makefile +++ b/board/esd/pci405/Makefile @@ -25,10 +25,12 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o cmd_pci405.o +OBJS = $(BOARD).o flash.o ../common/misc.o cmd_pci405.o +SOBJS = writeibm.o $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) +# $(AR) crv $@ $(OBJS) + $(AR) crv $@ $(OBJS) $(SOBJS) clean: rm -f $(SOBJS) $(OBJS) |