summaryrefslogtreecommitdiffstats
path: root/board/iphase4539/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/iphase4539/Makefile')
-rw-r--r--board/iphase4539/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/iphase4539/Makefile b/board/iphase4539/Makefile
index 5fcce6f68b..19da5d065b 100644
--- a/board/iphase4539/Makefile
+++ b/board/iphase4539/Makefile
@@ -27,7 +27,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