aboutsummaryrefslogtreecommitdiff
path: root/board/esd/pci405/Makefile
diff options
context:
space:
mode:
authorstroese <stroese>2003-03-25 14:41:35 +0000
committerstroese <stroese>2003-03-25 14:41:35 +0000
commitd69b100e7038ccf7a760dad973ec4a7a35c81e9c (patch)
tree5ef1e6707d1cd47e9306dd9347bbb0a0d82c471d /board/esd/pci405/Makefile
parent5d5d44e71787014b409eca6714229d3357c6c000 (diff)
esd PCI405 updated.
Diffstat (limited to 'board/esd/pci405/Makefile')
-rw-r--r--board/esd/pci405/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pci405/Makefile b/board/esd/pci405/Makefile
index 39d2feceb..62d7bf91d 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 $@ $^