X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=4721b789be273ec70fdbc50f567c2bab771cddf0;hb=2048d33fe36bf46f91785e8010f65d875501d410;hp=7e87b2fd6c1eca0cdfce8881e631b753e492787f;hpb=bfbdd35b3e8f7de1bf1f48e7087c04a6b37e9c61;p=fio.git diff --git a/Makefile b/Makefile index 7e87b2fd..4721b789 100644 --- a/Makefile +++ b/Makefile @@ -86,9 +86,6 @@ endif ifdef CONFIG_GUASI SOURCE += engines/guasi.c endif -ifdef CONFIG_FUSION_AW - SOURCE += engines/fusion-aw.c -endif ifdef CONFIG_SOLARISAIO SOURCE += engines/solarisaio.c endif @@ -201,7 +198,7 @@ endif ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS))) SOURCE += os/windows/posix.c LIBS += -lpthread -lpsapi -lws2_32 - CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format -static + CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format endif OBJS := $(SOURCE:.c=.o)