summaryrefslogtreecommitdiffstats
path: root/board/ep7312/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/ep7312/Makefile')
-rw-r--r--board/ep7312/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ep7312/Makefile b/board/ep7312/Makefile
index 60b3363517..2b4c975b8e 100644
--- a/board/ep7312/Makefile
+++ b/board/ep7312/Makefile
@@ -30,7 +30,7 @@ OBJS := ep7312.o flash.o
SOBJS := memsetup.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud