From 4ce51573768fdba6dbc897563b93794ade2ea803 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 21 Nov 2019 11:30:29 +0000 Subject: POSIX: Fix Compilation Linker Error There was a duplicated object inclusion in the module makefile defines. --- backends/module.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/module.mk') diff --git a/backends/module.mk b/backends/module.mk index 924164c03f..a462cd90a3 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -163,7 +163,6 @@ ifdef POSIX MODULE_OBJS += \ fs/posix/posix-fs.o \ fs/posix/posix-fs-factory.o \ - fs/posix/posix-fs-factory.o \ fs/posix/posix-iostream.o \ fs/posix-drives/posix-drives-fs.o \ fs/posix-drives/posix-drives-fs-factory.o \ -- cgit v1.2.3