summaryrefslogtreecommitdiff
path: root/board/esd/du405/Makefile
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 18:36:28 +0000
committerstroese <stroese>2004-12-16 18:36:28 +0000
commitab379df3535036ccce6a27303f8604a24b8b3276 (patch)
treecec1126a1ac8f24e87e7263060042720dc983830 /board/esd/du405/Makefile
parentf2dfe44fd68d6f2d5af037333e6f34d052b0f368 (diff)
DU405 board update
Diffstat (limited to 'board/esd/du405/Makefile')
-rw-r--r--board/esd/du405/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/du405/Makefile b/board/esd/du405/Makefile
index e6d7dd0de8..5ec4a4fd49 100644
--- a/board/esd/du405/Makefile
+++ b/board/esd/du405/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)