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: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/461592
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Tomasz Zawadzki 2019-07-12 03:44:48 -04:00 committed by Darek Stojaczyk
parent 4af44c234f
commit 45dd91af39

View File

@ -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)