X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=1113c2f6032d74d728ebed7edb3a63fe02411a27;hb=65f21d61d5d0796335ceb3320b8846e4d6d30ac7;hp=8c2c514607eae6f47d61cf0cce88484c49a0d8e3;hpb=3cd4c66f35fad0df64e4e6dfeddc5bdfd5206e0c;p=fio.git diff --git a/Makefile b/Makefile index 8c2c5146..1113c2f6 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,9 @@ endif ifdef CONFIG_WINDOWSAIO SOURCE += engines/windowsaio.c endif +ifdef CONFIG_RBD + SOURCE += engines/rbd.c +endif ifndef CONFIG_STRSEP SOURCE += lib/strsep.c endif @@ -132,7 +135,7 @@ ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS))) SOURCE := $(filter-out engines/mmap.c,$(SOURCE)) SOURCE += os/windows/posix.c LIBS += -lpthread -lpsapi -lws2_32 - CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format + CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format -static endif OBJS = $(SOURCE:.c=.o)