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