summaryrefslogtreecommitdiffstats
path: root/board/lart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/lart/Makefile')
-rw-r--r--board/lart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/lart/Makefile b/board/lart/Makefile
index 12a0367f3c..42ceb03b7a 100644
--- a/board/lart/Makefile
+++ b/board/lart/Makefile
@@ -29,7 +29,7 @@ OBJS := lart.o flash.o
SOBJS := flashasm.o memsetup.o
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud