commit | c2642d14c99bfadf5e1dcbae0c5d646d39b00e55 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Dec 16 18:38:22 2004 +0000 |
committer | stroese <stroese> | Thu Dec 16 18:38:22 2004 +0000 |
tree | 3ad582b116efe704d5c94b23375542c3042e6a47 | |
parent | 25215ee2b0d116bf82d97cca69706f9553714cbf [diff] [blame] |
PCI405 board update
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 @@ 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)