summaryrefslogtreecommitdiffstats
path: root/board/qemu-mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/qemu-mips/Makefile')
-rw-r--r--board/qemu-mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/qemu-mips/Makefile b/board/qemu-mips/Makefile
index 837b6b9d88..6251bb84ad 100644
--- a/board/qemu-mips/Makefile
+++ b/board/qemu-mips/Makefile
@@ -23,7 +23,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS = $(BOARD).o
SOBJS = lowlevel_init.o
@@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
+ $(call cmd_link_o_target, $(OBJS) $(SOBJS))
#########################################################################
OpenPOWER on IntegriCloud