[stgt] [PATCH] usr/Makefile: fix typo in bs_aio so filename
FUJITA Tomonori
fujita.tomonori at lab.ntt.co.jp
Fri Oct 4 00:00:49 CEST 2013
On Thu, 03 Oct 2013 14:42:14 -0700
Dan Mick <dan.mick at inktank.com> wrote:
> 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
Duh, applied, thanks!
--
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