aboutsummaryrefslogtreecommitdiff
path: root/board/sacsng/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/sacsng/Makefile')
-rw-r--r--board/sacsng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sacsng/Makefile b/board/sacsng/Makefile
index e593f2724..baefa4a74 100644
--- a/board/sacsng/Makefile
+++ b/board/sacsng/Makefile
@@ -28,7 +28,7 @@ LIB = lib$(BOARD).a
OBJS := sacsng.o flash.o clkinit.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)