summaryrefslogtreecommitdiffstats
path: root/board/sbc8260/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/sbc8260/Makefile')
-rw-r--r--board/sbc8260/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc8260/Makefile b/board/sbc8260/Makefile
index 25c3bc1e45..14ed457110 100644
--- a/board/sbc8260/Makefile
+++ b/board/sbc8260/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(BOARD).a
OBJS := sbc8260.o flash.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud