summaryrefslogtreecommitdiffstats
path: root/fs/fdos
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fdos')
-rw-r--r--fs/fdos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fdos/Makefile b/fs/fdos/Makefile
index fce2032bdd..9cd4d91742 100644
--- a/fs/fdos/Makefile
+++ b/fs/fdos/Makefile
@@ -28,7 +28,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)libfdos.a
+LIB = $(obj)libfdos.o
AOBJS =
COBJS-$(CONFIG_CMD_FDOS) := fat.o vfat.o dev.o fdos.o fs.o subdir.o
@@ -41,7 +41,7 @@ OBJS := $(addprefix $(obj),$(AOBJS) $(COBJS-y))
all: $(LIB) $(AOBJS)
$(LIB): $(obj).depend $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(call cmd_link_o_target, $(OBJS))
#########################################################################
OpenPOWER on IntegriCloud