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