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