[stgt] [PATCH] usr/Makefile: fix typo in bs_aio so filename
Dan Mick
dan.mick at inktank.com
Thu Oct 3 23:42:14 CEST 2013
Signed-off-by: Dan Mick <dan.mick at inktank.com>
---
usr/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/Makefile b/usr/Makefile
index 60bff6d..a9c2238 100644
--- a/usr/Makefile
+++ b/usr/Makefile
@@ -19,7 +19,7 @@ endif
ifneq ($(shell test -e /usr/include/sys/eventfd.h && test -e
/usr/include/libaio.h && echo 1),)
CFLAGS += -DUSE_EVENTFD
-MODULES += bs_aio.o
+MODULES += bs_aio.so
endif
ifneq ($(ISCSI_RDMA),)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe stgt" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
More information about the stgt
mailing list