Commit 45dd91af authored by Tomasz Zawadzki's avatar Tomasz Zawadzki Committed by Darek Stojaczyk
Browse files

example/perf: remove unused HAVE_URING CFLAG



This patch removes HAVE_URING CFLAG that was unused by
the perf.c

Change-Id: I8af85324db147989e0d3b9bd48faa9587c23be06
Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461592


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 4af44c23
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -40,16 +40,6 @@ SYS_LIBS += -laio
CFLAGS += -DHAVE_LIBAIO
endif

ifeq ($(CONFIG_URING),y)
SYS_LIBS += -luring
CFLAGS += -DHAVE_URING
ifeq ($(strip $(CONFIG_URING_PATH)),)
else
CFLAGS += -I$(CONFIG_URING_PATH)
LDFLAGS += -L$(CONFIG_URING_PATH)
endif
endif

install: $(APP)
	$(INSTALL_EXAMPLE)