summaryrefslogtreecommitdiffstats
path: root/board/rpxsuper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/rpxsuper/Makefile')
-rw-r--r--board/rpxsuper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/rpxsuper/Makefile b/board/rpxsuper/Makefile
index a749e26cce..73450acf69 100644
--- a/board/rpxsuper/Makefile
+++ b/board/rpxsuper/Makefile
@@ -23,7 +23,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS := rpxsuper.o flash.o mii_phy.o
@@ -32,7 +32,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud