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