summaryrefslogtreecommitdiffstats
path: root/board/a3000/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/a3000/Makefile')
-rw-r--r--board/a3000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/a3000/Makefile b/board/a3000/Makefile
index 02e2b4b98b..5fde362713 100644
--- a/board/a3000/Makefile
+++ b/board/a3000/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(BOARD).a
OBJS = $(BOARD).o flash.o
$(LIB): .depend $(OBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud