summaryrefslogtreecommitdiffstats
path: root/board/esd/du405/Makefile
diff options
context:
space:
mode:
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 112367337e..e6d7dd0de8 100644
--- a/board/esd/du405/Makefile
+++ b/board/esd/du405/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(BOARD).a
OBJS = $(BOARD).o flash.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud